Html Css Color HEX #42CA52 Lime Green

📋 copy color: '#42CA52'

red 66 ◦ green 202 ◦ blue 82

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

Shades of Lime Green #42CA52

Tints of Lime Green #42CA52

RGB

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

 GREEN value IS 202 (79.3% from 255) = 57.71%

 BLUE value IS 82 (32.42% from 255) = 23.43%

R = 18.86%
G = 57.71%
B = 23.43%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#42CA52 (or 0x42CA52) is known color: Lime Green. HEX triplet: 42, CA and 52. RGB value is (66,202,82). Sum of RGB (Red+Green+Blue) = 66+202+82=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 202 (79.30% from 255 or 57.71% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CA52 is #BD35AD. Grayscale: #949494. Windows color (decimal): -12400046 or 5425730. OLE color: 5425730.

HSL color Cylindrical-coordinate representation of color #42CA52: hue angle of 127.06º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CA52 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 202 82 -
CMYK 0.67 0 0.59 0.21
HSL 127.06º 0.56% 0.53% -
HSV(B) 127.06º 0.67% 0.79% -
XYZ 24.89 44.01 15.17 -
YUV 147.66 90.94 69.76 -
System Red Green Blue C M Y K H S L
Decimal 66 202 82 0.67 0 0.59 0.21 127.06 0.56 0.53
Hex 42 CA 52 43 0 3B 15 7F 38 35
Octal 102 312 122 103 0 73 25 177 70 65
Binary 1000010 11001010 1010010 1000011 0 111011 10101 1111111 111000 110101

Color Harmonies of #42CA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CA52

Black with #42CA52

Text Example


Text Example

White with #42CA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,202,82); }

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

background-color css

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

 a { background-color: rgb(66,202,82); }

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

border-color css

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

 span { border-color: rgb(66,202,82); }

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