Html Css Color HEX #52E007 Bright Green

📋 copy color: '#52E007'

red 82 ◦ green 224 ◦ blue 7

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

Shades of Bright Green #52E007

Tints of Bright Green #52E007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.24%

R = 26.2%
G = 71.57%
B = 2.24%

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

#52E007 (or 0x52E007) is known color: Bright Green. HEX triplet: 52, E0 and 07. RGB value is (82,224,7). Sum of RGB (Red+Green+Blue) = 82+224+7=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 224 (87.89% from 255 or 71.57% from 313); Blue value is 7 (3.12% from 255 or 2.24% from 313); Max value from RGB is 224 - color contains mainly: green. Hex color #52E007 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52E007 is #AD1FF8. Grayscale: #9D9D9D. Windows color (decimal): -11345913 or 516178. OLE color: 516178.

HSL color Cylindrical-coordinate representation of color #52E007: hue angle of 99.26º degrees, saturation: 0.94, 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 #52E007 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 224 7 -
CMYK 0.63 0 0.97 0.12
HSL 99.26º 0.94% 0.45% -
HSV(B) 99.26º 0.97% 0.88% -
XYZ 30.17 55.12 9.25 -
YUV 156.8 43.46 74.64 -
System Red Green Blue C M Y K H S L
Decimal 82 224 7 0.63 0 0.97 0.12 99.26 0.94 0.45
Hex 52 E0 7 3F 0 61 C 63 5E 2D
Octal 122 340 7 77 0 141 14 143 136 55
Binary 1010010 11100000 111 111111 0 1100001 1100 1100011 1011110 101101

Color Harmonies of #52E007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E007

Black with #52E007

Text Example


Text Example

White with #52E007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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