Html Css Color HEX #42D82C Lime Green

📋 copy color: '#42D82C'

red 66 ◦ green 216 ◦ blue 44

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

Shades of Lime Green #42D82C

Tints of Lime Green #42D82C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.5%

R = 20.25%
G = 66.26%
B = 13.5%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#42D82C (or 0x42D82C) is known color: Lime Green. HEX triplet: 42, D8 and 2C. RGB value is (66,216,44). Sum of RGB (Red+Green+Blue) = 66+216+44=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 216 (84.77% from 255 or 66.26% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 216 - color contains mainly: green. Hex color #42D82C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D82C is #BD27D3. Grayscale: #989898. Windows color (decimal): -12396500 or 2938946. OLE color: 2938946.

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

Color convert

RGB 66 216 44 -
CMYK 0.69 0 0.80 0.15
HSL 112.33º 0.69% 0.51% -
HSV(B) 112.33º 0.8% 0.85% -
XYZ 27.26 50.45 10.68 -
YUV 151.54 67.31 66.99 -
System Red Green Blue C M Y K H S L
Decimal 66 216 44 0.69 0 0.80 0.15 112.33 0.69 0.51
Hex 42 D8 2C 45 0 50 F 70 45 33
Octal 102 330 54 105 0 120 17 160 105 63
Binary 1000010 11011000 101100 1000101 0 1010000 1111 1110000 1000101 110011

Color Harmonies of #42D82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D82C

Black with #42D82C

Text Example


Text Example

White with #42D82C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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