Html Css Color HEX #52CC36 Lime Green

📋 copy color: '#52CC36'

red 82 ◦ green 204 ◦ blue 54

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

Shades of Lime Green #52CC36

Tints of Lime Green #52CC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.88%

R = 24.12%
G = 60%
B = 15.88%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#52CC36 (or 0x52CC36) is known color: Lime Green. HEX triplet: 52, CC and 36. RGB value is (82,204,54). Sum of RGB (Red+Green+Blue) = 82+204+54=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 204 (80.08% from 255 or 60% from 340); Blue value is 54 (21.48% from 255 or 15.88% from 340); Max value from RGB is 204 - color contains mainly: green. Hex color #52CC36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CC36 is #AD33C9. Grayscale: #969696. Windows color (decimal): -11350986 or 3591250. OLE color: 3591250.

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

Color convert

RGB 82 204 54 -
CMYK 0.60 0 0.74 0.2
HSL 108.8º 0.6% 0.51% -
HSV(B) 108.8º 0.74% 0.8% -
XYZ 25.74 45.25 10.87 -
YUV 150.42 73.58 79.2 -
System Red Green Blue C M Y K H S L
Decimal 82 204 54 0.60 0 0.74 0.2 108.8 0.6 0.51
Hex 52 CC 36 3C 0 4A 14 6D 3C 33
Octal 122 314 66 74 0 112 24 155 74 63
Binary 1010010 11001100 110110 111100 0 1001010 10100 1101101 111100 110011

Color Harmonies of #52CC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CC36

Black with #52CC36

Text Example


Text Example

White with #52CC36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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