Html Css Color HEX #52D54C Lime Green

📋 copy color: '#52D54C'

red 82 ◦ green 213 ◦ blue 76

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

Shades of Lime Green #52D54C

Tints of Lime Green #52D54C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 57.41%

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

R = 22.1%
G = 57.41%
B = 20.49%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#52D54C (or 0x52D54C) is known color: Lime Green. HEX triplet: 52, D5 and 4C. RGB value is (82,213,76). Sum of RGB (Red+Green+Blue) = 82+213+76=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #52D54C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D54C is #AD2AB3. Grayscale: #9E9E9E. Windows color (decimal): -11348660 or 5035346. OLE color: 5035346.

HSL color Cylindrical-coordinate representation of color #52D54C: hue angle of 117.37º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52D54C is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 213 76 -
CMYK 0.62 0 0.64 0.16
HSL 117.37º 0.62% 0.57% -
HSV(B) 117.37º 0.64% 0.84% -
XYZ 28.58 49.9 14.96 -
YUV 158.21 81.6 73.64 -
System Red Green Blue C M Y K H S L
Decimal 82 213 76 0.62 0 0.64 0.16 117.37 0.62 0.57
Hex 52 D5 4C 3E 0 40 10 75 3E 39
Octal 122 325 114 76 0 100 20 165 76 71
Binary 1010010 11010101 1001100 111110 0 1000000 10000 1110101 111110 111001

Color Harmonies of #52D54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D54C

Black with #52D54C

Text Example


Text Example

White with #52D54C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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