Html Css Color HEX #52E100 Bright Green

📋 copy color: '#52E100'

red 82 ◦ green 225 ◦ blue 0

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

Shades of Bright Green #52E100

Tints of Bright Green #52E100

RGB

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

 GREEN value IS 225 (88.28% from 255) = 73.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 26.71%
G = 73.29%
B = 0%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#52E100 (or 0x52E100) is known color: Bright Green. HEX triplet: 52, E1 and 00. RGB value is (82,225,0). Sum of RGB (Red+Green+Blue) = 82+225+0=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 225 (88.28% from 255 or 73.29% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 225 - color contains mainly: green. Hex color #52E100 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52E100 is #AD1EFF. Grayscale: #9D9D9D. Windows color (decimal): -11345664 or 57682. OLE color: 57682.

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

Color convert

RGB 82 225 0 -
CMYK 0.64 0 1 0.12
HSL 98.13º 1% 0.44% -
HSV(B) 98.13º 1% 0.88% -
XYZ 30.4 55.64 9.14 -
YUV 156.59 39.62 74.8 -
System Red Green Blue C M Y K H S L
Decimal 82 225 0 0.64 0 1 0.12 98.13 1 0.44
Hex 52 E1 0 40 0 64 C 62 64 2C
Octal 122 341 0 100 0 144 14 142 144 54
Binary 1010010 11100001 0 1000000 0 1100100 1100 1100010 1100100 101100

Color Harmonies of #52E100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E100

Black with #52E100

Text Example


Text Example

White with #52E100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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