Html Css Color HEX #42D828 Lime Green

📋 copy color: '#42D828'

red 66 ◦ green 216 ◦ blue 40

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

Shades of Lime Green #42D828

Tints of Lime Green #42D828

RGB

 RED value IS 66 (26.17% from 255) = 20.5%

 GREEN value IS 216 (84.77% from 255) = 67.08%

 BLUE value IS 40 (16.02% from 255) = 12.42%

R = 20.5%
G = 67.08%
B = 12.42%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#42D828 (or 0x42D828) is known color: Lime Green. HEX triplet: 42, D8 and 28. RGB value is (66,216,40). Sum of RGB (Red+Green+Blue) = 66+216+40=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 216 (84.77% from 255 or 67.08% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 216 - color contains mainly: green. Hex color #42D828 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D828 is #BD27D7. Grayscale: #979797. Windows color (decimal): -12396504 or 2676802. OLE color: 2676802.

HSL color Cylindrical-coordinate representation of color #42D828: hue angle of 111.14º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #42D828 is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 216 40 -
CMYK 0.69 0 0.81 0.15
HSL 111.14º 0.69% 0.5% -
HSV(B) 111.14º 0.81% 0.85% -
XYZ 27.19 50.42 10.31 -
YUV 151.09 65.31 67.31 -
System Red Green Blue C M Y K H S L
Decimal 66 216 40 0.69 0 0.81 0.15 111.14 0.69 0.5
Hex 42 D8 28 45 0 51 F 6F 45 32
Octal 102 330 50 105 0 121 17 157 105 62
Binary 1000010 11011000 101000 1000101 0 1010001 1111 1101111 1000101 110010

Color Harmonies of #42D828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D828

Black with #42D828

Text Example


Text Example

White with #42D828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42D828; }

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

 H1.HeaderClassName
 {
   color: #42D828;
 }
 .AnyTagClassName
 {
   color: #42D828;
 }
</style>

background-color css

<style>
 a { background-color: #42D828; }

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

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

border-color css

<style>
 span { border-color: #42D828; }

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

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