Html Css Color HEX #28CC14 Lime Green

📋 copy color: '#28CC14'

red 40 ◦ green 204 ◦ blue 20

#28CC14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #28CC14

Tints of Lime Green #28CC14

RGB

 RED value IS 40 (16.02% from 255) = 15.15%

 GREEN value IS 204 (80.08% from 255) = 77.27%

 BLUE value IS 20 (8.2% from 255) = 7.58%

R = 15.15%
G = 77.27%
B = 7.58%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#28CC14 (or 0x28CC14) is known color: Lime Green. HEX triplet: 28, CC and 14. RGB value is (40,204,20). Sum of RGB (Red+Green+Blue) = 40+204+20=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 204 (80.08% from 255 or 77.27% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 204 - color contains mainly: green. Hex color #28CC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28CC14 is #D733EB. Grayscale: #868686. Windows color (decimal): -14103532 or 1362984. OLE color: 1362984.

HSL color Cylindrical-coordinate representation of color #28CC14: hue angle of 113.48º 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 #28CC14 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 204 20 -
CMYK 0.80 0 0.90 0.2
HSL 113.48º 0.82% 0.44% -
HSV(B) 113.48º 0.9% 0.8% -
XYZ 22.59 43.69 7.9 -
YUV 133.99 63.67 60.96 -
System Red Green Blue C M Y K H S L
Decimal 40 204 20 0.80 0 0.90 0.2 113.48 0.82 0.44
Hex 28 CC 14 50 0 5A 14 71 52 2C
Octal 50 314 24 120 0 132 24 161 122 54
Binary 101000 11001100 10100 1010000 0 1011010 10100 1110001 1010010 101100

Color Harmonies of #28CC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CC14

Black with #28CC14

Text Example


Text Example

White with #28CC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #28CC14;
 }
 .AnyTagClassName
 {
   color: #28CC14;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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