Html Css Color HEX #52D23E Lime Green

📋 copy color: '#52D23E'

red 82 ◦ green 210 ◦ blue 62

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

Shades of Lime Green #52D23E

Tints of Lime Green #52D23E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 59.32%

 BLUE value IS 62 (24.61% from 255) = 17.51%

R = 23.16%
G = 59.32%
B = 17.51%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#52D23E (or 0x52D23E) is known color: Lime Green. HEX triplet: 52, D2 and 3E. RGB value is (82,210,62). Sum of RGB (Red+Green+Blue) = 82+210+62=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 210 (82.42% from 255 or 59.32% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 210 - color contains mainly: green. Hex color #52D23E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D23E is #AD2DC1. Grayscale: #9B9B9B. Windows color (decimal): -11349442 or 4117074. OLE color: 4117074.

HSL color Cylindrical-coordinate representation of color #52D23E: hue angle of 111.89º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52D23E is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 210 62 -
CMYK 0.61 0 0.70 0.18
HSL 111.89º 0.62% 0.53% -
HSV(B) 111.89º 0.7% 0.82% -
XYZ 27.4 48.23 12.42 -
YUV 154.86 75.59 76.03 -
System Red Green Blue C M Y K H S L
Decimal 82 210 62 0.61 0 0.70 0.18 111.89 0.62 0.53
Hex 52 D2 3E 3D 0 46 12 70 3E 35
Octal 122 322 76 75 0 106 22 160 76 65
Binary 1010010 11010010 111110 111101 0 1000110 10010 1110000 111110 110101

Color Harmonies of #52D23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D23E

Black with #52D23E

Text Example


Text Example

White with #52D23E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,210,62); }

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

background-color css

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

 a { background-color: rgb(82,210,62); }

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

border-color css

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

 span { border-color: rgb(82,210,62); }

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