Html Css Color HEX #52E006 Bright Green

📋 copy color: '#52E006'

red 82 ◦ green 224 ◦ blue 6

#52E006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Green #52E006

Tints of Bright Green #52E006

RGB

 RED value IS 82 (32.42% from 255) = 26.28%

 GREEN value IS 224 (87.89% from 255) = 71.79%

 BLUE value IS 6 (2.73% from 255) = 1.92%

R = 26.28%
G = 71.79%
B = 1.92%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#52E006 (or 0x52E006) is known color: Bright Green. HEX triplet: 52, E0 and 06. RGB value is (82,224,6). Sum of RGB (Red+Green+Blue) = 82+224+6=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 224 (87.89% from 255 or 71.79% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 224 - color contains mainly: green. Hex color #52E006 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52E006 is #AD1FF9. Grayscale: #9D9D9D. Windows color (decimal): -11345914 or 450642. OLE color: 450642.

HSL color Cylindrical-coordinate representation of color #52E006: hue angle of 99.08º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #52E006 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 224 6 -
CMYK 0.63 0 0.97 0.12
HSL 99.08º 0.95% 0.45% -
HSV(B) 99.08º 0.97% 0.88% -
XYZ 30.17 55.12 9.22 -
YUV 156.69 42.96 74.73 -
System Red Green Blue C M Y K H S L
Decimal 82 224 6 0.63 0 0.97 0.12 99.08 0.95 0.45
Hex 52 E0 6 3F 0 61 C 63 5F 2D
Octal 122 340 6 77 0 141 14 143 137 55
Binary 1010010 11100000 110 111111 0 1100001 1100 1100011 1011111 101101

Color Harmonies of #52E006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E006

Black with #52E006

Text Example


Text Example

White with #52E006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,224,6); }

 H1.HeaderClassName
 {
   color: #52E006;
 }
 .AnyTagClassName
 {
   color: #52E006;
 }
</style>

background-color css

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

 a { background-color: rgb(82,224,6); }

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

border-color css

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

 span { border-color: rgb(82,224,6); }

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