Html Css Color HEX #28DF42 Lime Green

📋 copy color: '#28DF42'

red 40 ◦ green 223 ◦ blue 66

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

Shades of Lime Green #28DF42

Tints of Lime Green #28DF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.06%

R = 12.16%
G = 67.78%
B = 20.06%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#28DF42 (or 0x28DF42) is known color: Lime Green. HEX triplet: 28, DF and 42. RGB value is (40,223,66). Sum of RGB (Red+Green+Blue) = 40+223+66=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 223 (87.5% from 255 or 67.78% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 223 - color contains mainly: green. Hex color #28DF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DF42 is #D720BD. Grayscale: #969696. Windows color (decimal): -14098622 or 4382504. OLE color: 4382504.

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

Color convert

RGB 40 223 66 -
CMYK 0.82 0 0.70 0.13
HSL 128.52º 0.74% 0.52% -
HSV(B) 128.52º 0.82% 0.87% -
XYZ 28.25 53.62 14.02 -
YUV 150.39 80.37 49.27 -
System Red Green Blue C M Y K H S L
Decimal 40 223 66 0.82 0 0.70 0.13 128.52 0.74 0.52
Hex 28 DF 42 52 0 46 D 81 4A 34
Octal 50 337 102 122 0 106 15 201 112 64
Binary 101000 11011111 1000010 1010010 0 1000110 1101 10000001 1001010 110100

Color Harmonies of #28DF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DF42

Black with #28DF42

Text Example


Text Example

White with #28DF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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