Html Css Color HEX #52E233 Lime Green

📋 copy color: '#52E233'

red 82 ◦ green 226 ◦ blue 51

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

Shades of Lime Green #52E233

Tints of Lime Green #52E233

RGB

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

 GREEN value IS 226 (88.67% from 255) = 62.95%

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

R = 22.84%
G = 62.95%
B = 14.21%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#52E233 (or 0x52E233) is known color: Lime Green. HEX triplet: 52, E2 and 33. RGB value is (82,226,51). Sum of RGB (Red+Green+Blue) = 82+226+51=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 226 (88.67% from 255 or 62.95% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 226 - color contains mainly: green. Hex color #52E233 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E233 is #AD1DCC. Grayscale: #A3A3A3. Windows color (decimal): -11345357 or 3400274. OLE color: 3400274.

HSL color Cylindrical-coordinate representation of color #52E233: hue angle of 109.37º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52E233 is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 82 226 51 -
CMYK 0.64 0 0.77 0.11
HSL 109.37º 0.75% 0.54% -
HSV(B) 109.37º 0.77% 0.89% -
XYZ 31.27 56.43 12.37 -
YUV 162.99 64.79 70.23 -
System Red Green Blue C M Y K H S L
Decimal 82 226 51 0.64 0 0.77 0.11 109.37 0.75 0.54
Hex 52 E2 33 40 0 4D B 6D 4B 36
Octal 122 342 63 100 0 115 13 155 113 66
Binary 1010010 11100010 110011 1000000 0 1001101 1011 1101101 1001011 110110

Color Harmonies of #52E233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E233

Black with #52E233

Text Example


Text Example

White with #52E233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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