Html Css Color HEX #52EE33 Lime Green

📋 copy color: '#52EE33'

red 82 ◦ green 238 ◦ blue 51

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

Shades of Lime Green #52EE33

Tints of Lime Green #52EE33

RGB

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

 GREEN value IS 238 (93.36% from 255) = 64.15%

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

R = 22.1%
G = 64.15%
B = 13.75%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#52EE33 (or 0x52EE33) is known color: Lime Green. HEX triplet: 52, EE and 33. RGB value is (82,238,51). Sum of RGB (Red+Green+Blue) = 82+238+51=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 238 (93.36% from 255 or 64.15% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 238 - color contains mainly: green. Hex color #52EE33 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52EE33 is #AD11CC. Grayscale: #AAAAAA. Windows color (decimal): -11342285 or 3403346. OLE color: 3403346.

HSL color Cylindrical-coordinate representation of color #52EE33: hue angle of 110.05º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52EE33 is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 238 51 -
CMYK 0.66 0 0.79 0.07
HSL 110.05º 0.85% 0.57% -
HSV(B) 110.05º 0.79% 0.93% -
XYZ 34.65 63.18 13.5 -
YUV 170.04 60.82 65.21 -
System Red Green Blue C M Y K H S L
Decimal 82 238 51 0.66 0 0.79 0.07 110.05 0.85 0.57
Hex 52 EE 33 42 0 4F 7 6E 55 39
Octal 122 356 63 102 0 117 7 156 125 71
Binary 1010010 11101110 110011 1000010 0 1001111 111 1101110 1010101 111001

Color Harmonies of #52EE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EE33

Black with #52EE33

Text Example


Text Example

White with #52EE33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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