Html Css Color HEX #52D44C Lime Green

📋 copy color: '#52D44C'

red 82 ◦ green 212 ◦ blue 76

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

Shades of Lime Green #52D44C

Tints of Lime Green #52D44C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 57.3%

 BLUE value IS 76 (30.08% from 255) = 20.54%

R = 22.16%
G = 57.3%
B = 20.54%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#52D44C (or 0x52D44C) is known color: Lime Green. HEX triplet: 52, D4 and 4C. RGB value is (82,212,76). Sum of RGB (Red+Green+Blue) = 82+212+76=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 212 (83.20% from 255 or 57.30% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 212 - color contains mainly: green. Hex color #52D44C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D44C is #AD2BB3. Grayscale: #9E9E9E. Windows color (decimal): -11348916 or 5035090. OLE color: 5035090.

HSL color Cylindrical-coordinate representation of color #52D44C: hue angle of 117.35º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52D44C is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 82 212 76 -
CMYK 0.61 0 0.64 0.17
HSL 117.35º 0.61% 0.56% -
HSV(B) 117.35º 0.64% 0.83% -
XYZ 28.33 49.4 14.88 -
YUV 157.63 81.93 74.06 -
System Red Green Blue C M Y K H S L
Decimal 82 212 76 0.61 0 0.64 0.17 117.35 0.61 0.56
Hex 52 D4 4C 3D 0 40 11 75 3D 38
Octal 122 324 114 75 0 100 21 165 75 70
Binary 1010010 11010100 1001100 111101 0 1000000 10001 1110101 111101 111000

Color Harmonies of #52D44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D44C

Black with #52D44C

Text Example


Text Example

White with #52D44C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,212,76); }

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

background-color css

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

 a { background-color: rgb(82,212,76); }

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

border-color css

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

 span { border-color: rgb(82,212,76); }

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