#52DE00

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

Shades of Bright Green #52DE00

Tints of Bright Green #52DE00

Color information

#52DE00 (or 0x52DE00) is unknown color: approx Bright Green. HEX triplet: 52, DE and 00. RGB value is (82,222,0). Sum of RGB (Red+Green+Blue) = 82+222+0=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 222 (87.11% from 255 or 73.03% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 222 - color contains mainly: green. Hex color #52DE00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DE00 is #AD21FF. Grayscale: #9B9B9B. Windows color (decimal): -11346432 or 56914. OLE color: 56914.

HSL color Cylindrical-coordinate representation of color #52DE00: hue angle of 97.84º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52DE00 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB822220-
CMYK0.63010.13
HSL97.84º100%43.53%-
HSV(B)97.84º100%87.06%-
XYZ29.654.048.87-
YUV154.8340.6276.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.97%
GREEN value IS 222 (87.11% from 255) = 73.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=26.97%
G=73.03%
B=0%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal8222200.63010.1397.8410043.53
Hex52DE03F064D62642c
Octal12233607701441514214454
Binary101001011011110011111101100100110111000101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,222,0); }

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

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

 a { background-color: rgb(82,222,0); }

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

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

 span { border-color: rgb(82,222,0); }

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