Html Css Color HEX #42D52A Lime Green

📋 copy color: '#42D52A'

red 66 ◦ green 213 ◦ blue 42

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

Shades of Lime Green #42D52A

Tints of Lime Green #42D52A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 66.36%

 BLUE value IS 42 (16.8% from 255) = 13.08%

R = 20.56%
G = 66.36%
B = 13.08%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#42D52A (or 0x42D52A) is known color: Lime Green. HEX triplet: 42, D5 and 2A. RGB value is (66,213,42). Sum of RGB (Red+Green+Blue) = 66+213+42=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 213 (83.59% from 255 or 66.36% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 213 - color contains mainly: green. Hex color #42D52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D52A is #BD2AD5. Grayscale: #969696. Windows color (decimal): -12397270 or 2807106. OLE color: 2807106.

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

Color convert

RGB 66 213 42 -
CMYK 0.69 0 0.80 0.16
HSL 111.58º 0.67% 0.5% -
HSV(B) 111.58º 0.8% 0.84% -
XYZ 26.46 48.91 10.24 -
YUV 149.55 67.3 68.4 -
System Red Green Blue C M Y K H S L
Decimal 66 213 42 0.69 0 0.80 0.16 111.58 0.67 0.5
Hex 42 D5 2A 45 0 50 10 70 43 32
Octal 102 325 52 105 0 120 20 160 103 62
Binary 1000010 11010101 101010 1000101 0 1010000 10000 1110000 1000011 110010

Color Harmonies of #42D52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D52A

Black with #42D52A

Text Example


Text Example

White with #42D52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,213,42); }

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

background-color css

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

 a { background-color: rgb(66,213,42); }

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

border-color css

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

 span { border-color: rgb(66,213,42); }

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