Html Css Color HEX #52CF42 Lime Green

📋 copy color: '#52CF42'

red 82 ◦ green 207 ◦ blue 66

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

Shades of Lime Green #52CF42

Tints of Lime Green #52CF42

RGB

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

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

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

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

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #52CF42: hue angle of 113.19º 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 #52CF42 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 207 66 -
CMYK 0.60 0 0.68 0.19
HSL 113.19º 0.59% 0.54% -
HSV(B) 113.19º 0.68% 0.81% -
XYZ 26.78 46.81 12.78 -
YUV 153.55 78.59 76.96 -
System Red Green Blue C M Y K H S L
Decimal 82 207 66 0.60 0 0.68 0.19 113.19 0.59 0.54
Hex 52 CF 42 3C 0 44 13 71 3B 36
Octal 122 317 102 74 0 104 23 161 73 66
Binary 1010010 11001111 1000010 111100 0 1000100 10011 1110001 111011 110110

Color Harmonies of #52CF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CF42

Black with #52CF42

Text Example


Text Example

White with #52CF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52CF42; }

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

 H1.HeaderClassName
 {
   color: #52CF42;
 }
 .AnyTagClassName
 {
   color: #52CF42;
 }
</style>

background-color css

<style>
 a { background-color: #52CF42; }

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

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

border-color css

<style>
 span { border-color: #52CF42; }

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

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