Html Css Color HEX #52DD01 Bright Green

📋 copy color: '#52DD01'

red 82 ◦ green 221 ◦ blue 1

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

Shades of Bright Green #52DD01

Tints of Bright Green #52DD01

RGB

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

 GREEN value IS 221 (86.72% from 255) = 72.7%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 26.97%
G = 72.7%
B = 0.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#52DD01 (or 0x52DD01) is known color: Bright Green. HEX triplet: 52, DD and 01. RGB value is (82,221,1). Sum of RGB (Red+Green+Blue) = 82+221+1=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 221 (86.72% from 255 or 72.70% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DD01 is #AD22FE. Grayscale: #9B9B9B. Windows color (decimal): -11346687 or 122194. OLE color: 122194.

HSL color Cylindrical-coordinate representation of color #52DD01: hue angle of 97.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52DD01 is Cyan = 0.63, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 221 1 -
CMYK 0.63 0 1.00 0.13
HSL 97.91º 0.99% 0.44% -
HSV(B) 97.91º 1% 0.87% -
XYZ 29.34 53.51 8.81 -
YUV 154.36 41.45 76.39 -
System Red Green Blue C M Y K H S L
Decimal 82 221 1 0.63 0 1.00 0.13 97.91 0.99 0.44
Hex 52 DD 1 3F 0 64 D 62 63 2C
Octal 122 335 1 77 0 144 15 142 143 54
Binary 1010010 11011101 1 111111 0 1100100 1101 1100010 1100011 101100

Color Harmonies of #52DD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DD01

Black with #52DD01

Text Example


Text Example

White with #52DD01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,221,1); }

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

background-color css

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

 a { background-color: rgb(82,221,1); }

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

border-color css

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

 span { border-color: rgb(82,221,1); }

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