Html Css Color HEX #52D233 Lime Green

📋 copy color: '#52D233'

red 82 ◦ green 210 ◦ blue 51

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

Shades of Lime Green #52D233

Tints of Lime Green #52D233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.87%

R = 23.91%
G = 61.22%
B = 14.87%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#52D233 (or 0x52D233) is known color: Lime Green. HEX triplet: 52, D2 and 33. RGB value is (82,210,51). Sum of RGB (Red+Green+Blue) = 82+210+51=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 210 (82.42% from 255 or 61.22% from 343); Blue value is 51 (20.31% from 255 or 14.87% from 343); Max value from RGB is 210 - color contains mainly: green. Hex color #52D233 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D233 is #AD2DCC. Grayscale: #9A9A9A. Windows color (decimal): -11349453 or 3396178. OLE color: 3396178.

HSL color Cylindrical-coordinate representation of color #52D233: hue angle of 108.3º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52D233 is Cyan = 0.61, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 210 51 -
CMYK 0.61 0 0.76 0.18
HSL 108.3º 0.64% 0.51% -
HSV(B) 108.3º 0.76% 0.82% -
XYZ 27.12 48.13 10.99 -
YUV 153.6 70.09 76.93 -
System Red Green Blue C M Y K H S L
Decimal 82 210 51 0.61 0 0.76 0.18 108.3 0.64 0.51
Hex 52 D2 33 3D 0 4C 12 6C 40 33
Octal 122 322 63 75 0 114 22 154 100 63
Binary 1010010 11010010 110011 111101 0 1001100 10010 1101100 1000000 110011

Color Harmonies of #52D233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D233

Black with #52D233

Text Example


Text Example

White with #52D233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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