Html Css Color HEX #28DC42 Lime Green

📋 copy color: '#28DC42'

red 40 ◦ green 220 ◦ blue 66

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

Shades of Lime Green #28DC42

Tints of Lime Green #28DC42

RGB

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

 GREEN value IS 220 (86.33% from 255) = 67.48%

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

R = 12.27%
G = 67.48%
B = 20.25%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#28DC42 (or 0x28DC42) is known color: Lime Green. HEX triplet: 28, DC and 42. RGB value is (40,220,66). Sum of RGB (Red+Green+Blue) = 40+220+66=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 220 (86.33% from 255 or 67.48% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 220 - color contains mainly: green. Hex color #28DC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DC42 is #D723BD. Grayscale: #959595. Windows color (decimal): -14099390 or 4381736. OLE color: 4381736.

HSL color Cylindrical-coordinate representation of color #28DC42: hue angle of 128.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DC42 is Cyan = 0.82, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 220 66 -
CMYK 0.82 0 0.7 0.14
HSL 128.67º 0.72% 0.51% -
HSV(B) 128.67º 0.82% 0.86% -
XYZ 27.45 52.03 13.75 -
YUV 148.62 81.37 50.52 -
System Red Green Blue C M Y K H S L
Decimal 40 220 66 0.82 0 0.7 0.14 128.67 0.72 0.51
Hex 28 DC 42 52 0 46 E 81 48 33
Octal 50 334 102 122 0 106 16 201 110 63
Binary 101000 11011100 1000010 1010010 0 1000110 1110 10000001 1001000 110011

Color Harmonies of #28DC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DC42

Black with #28DC42

Text Example


Text Example

White with #28DC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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