#52E134

Color #52E134 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #52E134

Tints of Lime Green #52E134

Color information

#52E134 (or 0x52E134) is unknown color: approx Lime Green. HEX triplet: 52, E1 and 34. RGB value is (82,225,52). Sum of RGB (Red+Green+Blue) = 82+225+52=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 225 (88.28% from 255 or 62.67% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 225 - color contains mainly: green. Hex color #52E134 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E134 is #AD1ECB. Grayscale: #A3A3A3. Windows color (decimal): -11345612 or 3465554. OLE color: 3465554.

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

Color convert

RGB8222552-
CMYK0.6400.770.12
HSL109.6º74.25%54.31%-
HSV(B)109.6º76.89%88.24%-
XYZ31.0255.8912.4-
YUV162.5265.6270.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.84%
GREEN value IS 225 (88.28% from 255) = 62.67%
BLUE value IS 52 (20.70% from 255) = 14.48%
R=22.84%
G=62.67%
B=14.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal82225520.6400.770.12109.674.2554.31
Hex52E1344004DC6e4a36
Octal1223416410001151415611266
Binary101001011100001110100100000001001101110011011101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,225,52); }

 H1.HeaderClassName
 {
   color: #52E134;
 }
 .AnyTagClassName
 {
   color: #52E134;
 }
</style>
background-color css

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

 a { background-color: rgb(82,225,52); }

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

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

 span { border-color: rgb(82,225,52); }

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