Html Css Color HEX #42CF52 Lime Green

📋 copy color: '#42CF52'

red 66 ◦ green 207 ◦ blue 82

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

Shades of Lime Green #42CF52

Tints of Lime Green #42CF52

RGB

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

 GREEN value IS 207 (81.25% from 255) = 58.31%

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

R = 18.59%
G = 58.31%
B = 23.1%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#42CF52 (or 0x42CF52) is known color: Lime Green. HEX triplet: 42, CF and 52. RGB value is (66,207,82). Sum of RGB (Red+Green+Blue) = 66+207+82=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 207 (81.25% from 255 or 58.31% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 207 - color contains mainly: green. Hex color #42CF52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CF52 is #BD30AD. Grayscale: #969696. Windows color (decimal): -12398766 or 5427010. OLE color: 5427010.

HSL color Cylindrical-coordinate representation of color #42CF52: hue angle of 126.81º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CF52 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 207 82 -
CMYK 0.68 0 0.60 0.19
HSL 126.81º 0.59% 0.54% -
HSV(B) 126.81º 0.68% 0.81% -
XYZ 26.08 46.39 15.56 -
YUV 150.59 89.29 67.66 -
System Red Green Blue C M Y K H S L
Decimal 66 207 82 0.68 0 0.60 0.19 126.81 0.59 0.54
Hex 42 CF 52 44 0 3C 13 7F 3B 36
Octal 102 317 122 104 0 74 23 177 73 66
Binary 1000010 11001111 1010010 1000100 0 111100 10011 1111111 111011 110110

Color Harmonies of #42CF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CF52

Black with #42CF52

Text Example


Text Example

White with #42CF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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