Html Css Color HEX #28DF14 Lime Green

📋 copy color: '#28DF14'

red 40 ◦ green 223 ◦ blue 20

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

Shades of Lime Green #28DF14

Tints of Lime Green #28DF14

RGB

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

 GREEN value IS 223 (87.5% from 255) = 78.8%

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

R = 14.13%
G = 78.8%
B = 7.07%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#28DF14 (or 0x28DF14) is known color: Lime Green. HEX triplet: 28, DF and 14. RGB value is (40,223,20). Sum of RGB (Red+Green+Blue) = 40+223+20=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 223 (87.5% from 255 or 78.80% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 223 - color contains mainly: green. Hex color #28DF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28DF14 is #D720EB. Grayscale: #919191. Windows color (decimal): -14098668 or 1367848. OLE color: 1367848.

HSL color Cylindrical-coordinate representation of color #28DF14: hue angle of 114.09º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28DF14 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 223 20 -
CMYK 0.82 0 0.91 0.13
HSL 114.09º 0.84% 0.48% -
HSV(B) 114.09º 0.91% 0.87% -
XYZ 27.39 53.28 9.5 -
YUV 145.14 57.37 53.01 -
System Red Green Blue C M Y K H S L
Decimal 40 223 20 0.82 0 0.91 0.13 114.09 0.84 0.48
Hex 28 DF 14 52 0 5B D 72 54 30
Octal 50 337 24 122 0 133 15 162 124 60
Binary 101000 11011111 10100 1010010 0 1011011 1101 1110010 1010100 110000

Color Harmonies of #28DF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DF14

Black with #28DF14

Text Example


Text Example

White with #28DF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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