#52F134

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

Shades of Lime Green #52F134

Tints of Lime Green #52F134

Color information

#52F134 (or 0x52F134) is unknown color: approx Lime Green. HEX triplet: 52, F1 and 34. RGB value is (82,241,52). Sum of RGB (Red+Green+Blue) = 82+241+52=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 241 (94.53% from 255 or 64.27% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 241 - color contains mainly: green. Hex color #52F134 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F134 is #AD0ECB. Grayscale: #ACACAC. Windows color (decimal): -11341516 or 3469650. OLE color: 3469650.

HSL color Cylindrical-coordinate representation of color #52F134: hue angle of 110.48º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52F134 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB8224152-
CMYK0.6600.780.05
HSL110.48º87.1%57.45%-
HSV(B)110.48º78.42%94.51%-
XYZ35.5564.9513.91-
YUV171.9160.3263.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.87%
GREEN value IS 241 (94.53% from 255) = 64.27%
BLUE value IS 52 (20.70% from 255) = 13.87%
R=21.87%
G=64.27%
B=13.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal82241520.6600.780.05110.4887.157.45
Hex52F1344204E56e5739
Octal122361641020116515612771
Binary10100101111000111010010000100100111010111011101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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