Html Css Color HEX #42D22B Lime Green

📋 copy color: '#42D22B'

red 66 ◦ green 210 ◦ blue 43

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

Shades of Lime Green #42D22B

Tints of Lime Green #42D22B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 65.83%

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

R = 20.69%
G = 65.83%
B = 13.48%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#42D22B (or 0x42D22B) is known color: Lime Green. HEX triplet: 42, D2 and 2B. RGB value is (66,210,43). Sum of RGB (Red+Green+Blue) = 66+210+43=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 210 (82.42% from 255 or 65.83% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 210 - color contains mainly: green. Hex color #42D22B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D22B is #BD2DD4. Grayscale: #949494. Windows color (decimal): -12398037 or 2871874. OLE color: 2871874.

HSL color Cylindrical-coordinate representation of color #42D22B: hue angle of 111.74º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42D22B is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 210 43 -
CMYK 0.69 0 0.80 0.18
HSL 111.74º 0.66% 0.5% -
HSV(B) 111.74º 0.8% 0.82% -
XYZ 25.73 47.43 10.08 -
YUV 147.91 68.79 69.58 -
System Red Green Blue C M Y K H S L
Decimal 66 210 43 0.69 0 0.80 0.18 111.74 0.66 0.5
Hex 42 D2 2B 45 0 50 12 70 42 32
Octal 102 322 53 105 0 120 22 160 102 62
Binary 1000010 11010010 101011 1000101 0 1010000 10010 1110000 1000010 110010

Color Harmonies of #42D22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D22B

Black with #42D22B

Text Example


Text Example

White with #42D22B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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