Html Css Color HEX #52E306 Bright Green

📋 copy color: '#52E306'

red 82 ◦ green 227 ◦ blue 6

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

Shades of Bright Green #52E306

Tints of Bright Green #52E306

RGB

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

 GREEN value IS 227 (89.06% from 255) = 72.06%

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

R = 26.03%
G = 72.06%
B = 1.9%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#52E306 (or 0x52E306) is known color: Bright Green. HEX triplet: 52, E3 and 06. RGB value is (82,227,6). Sum of RGB (Red+Green+Blue) = 82+227+6=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 227 (89.06% from 255 or 72.06% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 227 - color contains mainly: green. Hex color #52E306 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52E306 is #AD1CF9. Grayscale: #9F9F9F. Windows color (decimal): -11345146 or 451410. OLE color: 451410.

HSL color Cylindrical-coordinate representation of color #52E306: hue angle of 99.37º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #52E306 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB 82 227 6 -
CMYK 0.64 0 0.97 0.11
HSL 99.37º 0.95% 0.46% -
HSV(B) 99.37º 0.97% 0.89% -
XYZ 30.98 56.75 9.49 -
YUV 158.45 41.96 73.47 -
System Red Green Blue C M Y K H S L
Decimal 82 227 6 0.64 0 0.97 0.11 99.37 0.95 0.46
Hex 52 E3 6 40 0 61 B 63 5F 2E
Octal 122 343 6 100 0 141 13 143 137 56
Binary 1010010 11100011 110 1000000 0 1100001 1011 1100011 1011111 101110

Color Harmonies of #52E306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E306

Black with #52E306

Text Example


Text Example

White with #52E306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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