Html Css Color HEX #42D82B Lime Green

📋 copy color: '#42D82B'

red 66 ◦ green 216 ◦ blue 43

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

Shades of Lime Green #42D82B

Tints of Lime Green #42D82B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.23%

R = 20.31%
G = 66.46%
B = 13.23%

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

#42D82B (or 0x42D82B) is known color: Lime Green. HEX triplet: 42, D8 and 2B. RGB value is (66,216,43). Sum of RGB (Red+Green+Blue) = 66+216+43=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 216 (84.77% from 255 or 66.46% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 216 - color contains mainly: green. Hex color #42D82B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D82B is #BD27D4. Grayscale: #979797. Windows color (decimal): -12396501 or 2873410. OLE color: 2873410.

HSL color Cylindrical-coordinate representation of color #42D82B: hue angle of 112.02º 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 #42D82B is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 216 43 -
CMYK 0.69 0 0.80 0.15
HSL 112.02º 0.69% 0.51% -
HSV(B) 112.02º 0.8% 0.85% -
XYZ 27.24 50.44 10.59 -
YUV 151.43 66.81 67.07 -
System Red Green Blue C M Y K H S L
Decimal 66 216 43 0.69 0 0.80 0.15 112.02 0.69 0.51
Hex 42 D8 2B 45 0 50 F 70 45 33
Octal 102 330 53 105 0 120 17 160 105 63
Binary 1000010 11011000 101011 1000101 0 1010000 1111 1110000 1000101 110011

Color Harmonies of #42D82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D82B

Black with #42D82B

Text Example


Text Example

White with #42D82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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