Html Css Color HEX #52DC00 Bright Green

📋 copy color: '#52DC00'

red 82 ◦ green 220 ◦ blue 0

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

Shades of Bright Green #52DC00

Tints of Bright Green #52DC00

RGB

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

 GREEN value IS 220 (86.33% from 255) = 72.85%

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

R = 27.15%
G = 72.85%
B = 0%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#52DC00 (or 0x52DC00) is known color: Bright Green. HEX triplet: 52, DC and 00. RGB value is (82,220,0). Sum of RGB (Red+Green+Blue) = 82+220+0=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 220 (86.33% from 255 or 72.85% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DC00 is #AD23FF. Grayscale: #9A9A9A. Windows color (decimal): -11346944 or 56402. OLE color: 56402.

HSL color Cylindrical-coordinate representation of color #52DC00: hue angle of 97.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52DC00 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 220 0 -
CMYK 0.63 0 1 0.14
HSL 97.64º 1% 0.43% -
HSV(B) 97.64º 1% 0.86% -
XYZ 29.07 52.98 8.69 -
YUV 153.66 41.28 76.89 -
System Red Green Blue C M Y K H S L
Decimal 82 220 0 0.63 0 1 0.14 97.64 1 0.43
Hex 52 DC 0 3F 0 64 E 62 64 2B
Octal 122 334 0 77 0 144 16 142 144 53
Binary 1010010 11011100 0 111111 0 1100100 1110 1100010 1100100 101011

Color Harmonies of #52DC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DC00

Black with #52DC00

Text Example


Text Example

White with #52DC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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