#52EB02

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

Shades of Bright Green #52EB02

Tints of Bright Green #52EB02

Color information

#52EB02 (or 0x52EB02) is unknown color: approx Bright Green. HEX triplet: 52, EB and 02. RGB value is (82,235,2). Sum of RGB (Red+Green+Blue) = 82+235+2=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 235 (92.19% from 255 or 73.67% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 235 - color contains mainly: green. Hex color #52EB02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52EB02 is #AD14FD. Grayscale: #A3A3A3. Windows color (decimal): -11343102 or 191314. OLE color: 191314.

HSL color Cylindrical-coordinate representation of color #52EB02: hue angle of 99.4º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52EB02 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB822352-
CMYK0.6500.990.08
HSL99.4º98.31%46.47%-
HSV(B)99.4º99.15%92.16%-
XYZ33.261.2110.12-
YUV162.6937.3170.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.71%
GREEN value IS 235 (92.19% from 255) = 73.67%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=25.71%
G=73.67%
B=0.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal8223520.6500.990.0899.498.3146.47
Hex52EB241063863622e
Octal122353210101431014314256
Binary10100101110101110100000101100011100011000111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52EB02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,235,2); }

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

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

 a { background-color: rgb(82,235,2); }

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

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

 span { border-color: rgb(82,235,2); }

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