Html Css Color HEX #52E333 Lime Green

📋 copy color: '#52E333'

red 82 ◦ green 227 ◦ blue 51

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

Shades of Lime Green #52E333

Tints of Lime Green #52E333

RGB

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

 GREEN value IS 227 (89.06% from 255) = 63.06%

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

R = 22.78%
G = 63.06%
B = 14.17%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#52E333 (or 0x52E333) is known color: Lime Green. HEX triplet: 52, E3 and 33. RGB value is (82,227,51). Sum of RGB (Red+Green+Blue) = 82+227+51=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 227 (89.06% from 255 or 63.06% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 227 - color contains mainly: green. Hex color #52E333 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E333 is #AD1CCC. Grayscale: #A4A4A4. Windows color (decimal): -11345101 or 3400530. OLE color: 3400530.

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

Color convert

RGB 82 227 51 -
CMYK 0.64 0 0.78 0.11
HSL 109.43º 0.76% 0.55% -
HSV(B) 109.43º 0.78% 0.89% -
XYZ 31.55 56.97 12.47 -
YUV 163.58 64.46 69.81 -
System Red Green Blue C M Y K H S L
Decimal 82 227 51 0.64 0 0.78 0.11 109.43 0.76 0.55
Hex 52 E3 33 40 0 4E B 6D 4C 37
Octal 122 343 63 100 0 116 13 155 114 67
Binary 1010010 11100011 110011 1000000 0 1001110 1011 1101101 1001100 110111

Color Harmonies of #52E333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E333

Black with #52E333

Text Example


Text Example

White with #52E333

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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