Html Css Color HEX #42C952 Lime Green

📋 copy color: '#42C952'

red 66 ◦ green 201 ◦ blue 82

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

Shades of Lime Green #42C952

Tints of Lime Green #42C952

RGB

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

 GREEN value IS 201 (78.91% from 255) = 57.59%

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

R = 18.91%
G = 57.59%
B = 23.5%

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

#42C952 (or 0x42C952) is known color: Lime Green. HEX triplet: 42, C9 and 52. RGB value is (66,201,82). Sum of RGB (Red+Green+Blue) = 66+201+82=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 201 (78.91% from 255 or 57.59% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 201 - color contains mainly: green. Hex color #42C952 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C952 is #BD36AD. Grayscale: #939393. Windows color (decimal): -12400302 or 5425474. OLE color: 5425474.

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

Color convert

RGB 66 201 82 -
CMYK 0.67 0 0.59 0.21
HSL 127.11º 0.56% 0.52% -
HSV(B) 127.11º 0.67% 0.79% -
XYZ 24.66 43.54 15.09 -
YUV 147.07 91.27 70.18 -
System Red Green Blue C M Y K H S L
Decimal 66 201 82 0.67 0 0.59 0.21 127.11 0.56 0.52
Hex 42 C9 52 43 0 3B 15 7F 38 34
Octal 102 311 122 103 0 73 25 177 70 64
Binary 1000010 11001001 1010010 1000011 0 111011 10101 1111111 111000 110100

Color Harmonies of #42C952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C952

Black with #42C952

Text Example


Text Example

White with #42C952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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