Html Css Color HEX #52CC37 Lime Green

📋 copy color: '#52CC37'

red 82 ◦ green 204 ◦ blue 55

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

Shades of Lime Green #52CC37

Tints of Lime Green #52CC37

RGB

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

 GREEN value IS 204 (80.08% from 255) = 59.82%

 BLUE value IS 55 (21.88% from 255) = 16.13%

R = 24.05%
G = 59.82%
B = 16.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#52CC37 (or 0x52CC37) is known color: Lime Green. HEX triplet: 52, CC and 37. RGB value is (82,204,55). Sum of RGB (Red+Green+Blue) = 82+204+55=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 204 (80.08% from 255 or 59.82% from 341); Blue value is 55 (21.88% from 255 or 16.13% from 341); Max value from RGB is 204 - color contains mainly: green. Hex color #52CC37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CC37 is #AD33C8. Grayscale: #979797. Windows color (decimal): -11350985 or 3656786. OLE color: 3656786.

HSL color Cylindrical-coordinate representation of color #52CC37: hue angle of 109.13º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52CC37 is Cyan = 0.60, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 204 55 -
CMYK 0.60 0 0.73 0.2
HSL 109.13º 0.59% 0.51% -
HSV(B) 109.13º 0.73% 0.8% -
XYZ 25.76 45.26 10.99 -
YUV 150.54 74.08 79.12 -
System Red Green Blue C M Y K H S L
Decimal 82 204 55 0.60 0 0.73 0.2 109.13 0.59 0.51
Hex 52 CC 37 3C 0 49 14 6D 3B 33
Octal 122 314 67 74 0 111 24 155 73 63
Binary 1010010 11001100 110111 111100 0 1001001 10100 1101101 111011 110011

Color Harmonies of #52CC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CC37

Black with #52CC37

Text Example


Text Example

White with #52CC37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,204,55); }

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

background-color css

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

 a { background-color: rgb(82,204,55); }

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

border-color css

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

 span { border-color: rgb(82,204,55); }

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