#28CD14

Color #28CD14 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #28CD14

Tints of Lime Green #28CD14

Color information

#28CD14 (or 0x28CD14) is unknown color: approx Lime Green. HEX triplet: 28, CD and 14. RGB value is (40,205,20). Sum of RGB (Red+Green+Blue) = 40+205+20=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 205 (80.47% from 255 or 77.36% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 205 - color contains mainly: green. Hex color #28CD14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28CD14 is #D732EB. Grayscale: #878787. Windows color (decimal): -14103276 or 1363240. OLE color: 1363240.

HSL color Cylindrical-coordinate representation of color #28CD14: hue angle of 113.51º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28CD14 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB4020520-
CMYK0.8000.900.20
HSL113.51º82.22%44.12%-
HSV(B)113.51º90.24%80.39%-
XYZ22.8344.167.98-
YUV134.5763.3460.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 15.09%
GREEN value IS 205 (80.47% from 255) = 77.36%
BLUE value IS 20 (8.20% from 255) = 7.55%
R=15.09%
G=77.36%
B=7.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal40205200.8000.900.20113.5182.2244.12
Hex28CD145005A1472522c
Octal503152412001322416212254
Binary10100011001101101001010000010110101010011100101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28CD14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28CD14; }

 p { color: rgb(40,205,20); }

 H1.HeaderClassName
 {
   color: #28CD14;
 }
 .AnyTagClassName
 {
   color: #28CD14;
 }
</style>
background-color css

<style>
 a { background-color: #28CD14; }

 a { background-color: rgb(40,205,20); }

 div.DivClassName
 {
   background-color: #28CD14;
 }
 .BgClassName
 {
   background-color: #28CD14;
 }
</style>
border-color css

<style>
 span { border-color: #28CD14; }

 span { border-color: rgb(40,205,20); }

 td.TdClassName
 {
   border-color: #28CD14;
 }
 .TagClassName
 {
   border-color: #28CD14;
 }
</style>