#52f24c

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

Shades of Screamin' Green #52F24C

Tints of Screamin' Green #52F24C

Color information

#52F24C (or 0x52F24C) is unknown color: approx Screamin' Green. HEX triplet: 52, F2 and 4C. RGB value is (82,242,76). Sum of RGB (Red+Green+Blue) = 82+242+76=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 242 (94.92% from 255 or 60.5% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 242 - color contains mainly: green. Hex color #52F24C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F24C is #AD0DB3. Grayscale: #AFAFAF. Windows color (decimal): -11341236 or 5042770. OLE color: 5042770.

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

Color convert

RGB8224276-
CMYK0.6600.690.05
HSL117.83º86.46%62.35%-
HSV(B)117.83º68.6%94.9%-
XYZ36.5465.8217.62-
YUV175.2471.9961.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.5%
GREEN value IS 242 (94.92% from 255) = 60.5%
BLUE value IS 76 (30.08% from 255) = 19%
R=20.5%
G=60.5%
B=19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal82242760.6600.690.05117.8386.4662.35
Hex52F24C42045576563e
Octal1223621141020105516612676
Binary101001011110010100110010000100100010110111101101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52f24c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,242,76); }

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

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

 a { background-color: rgb(82,242,76); }

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

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

 span { border-color: rgb(82,242,76); }

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