Html Css Color HEX #52DF02 Bright Green

📋 copy color: '#52DF02'

red 82 ◦ green 223 ◦ blue 2

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

Shades of Bright Green #52DF02

Tints of Bright Green #52DF02

RGB

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

 GREEN value IS 223 (87.5% from 255) = 72.64%

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 26.71%
G = 72.64%
B = 0.65%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#52DF02 (or 0x52DF02) is known color: Bright Green. HEX triplet: 52, DF and 02. RGB value is (82,223,2). Sum of RGB (Red+Green+Blue) = 82+223+2=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 223 (87.5% from 255 or 72.64% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DF02 is #AD20FD. Grayscale: #9C9C9C. Windows color (decimal): -11346174 or 188242. OLE color: 188242.

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

Color convert

RGB 82 223 2 -
CMYK 0.63 0 0.99 0.13
HSL 98.28º 0.98% 0.44% -
HSV(B) 98.28º 0.99% 0.87% -
XYZ 29.88 54.57 9.02 -
YUV 155.65 41.29 75.47 -
System Red Green Blue C M Y K H S L
Decimal 82 223 2 0.63 0 0.99 0.13 98.28 0.98 0.44
Hex 52 DF 2 3F 0 63 D 62 62 2C
Octal 122 337 2 77 0 143 15 142 142 54
Binary 1010010 11011111 10 111111 0 1100011 1101 1100010 1100010 101100

Color Harmonies of #52DF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DF02

Black with #52DF02

Text Example


Text Example

White with #52DF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,223,2); }

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

background-color css

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

 a { background-color: rgb(82,223,2); }

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

border-color css

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

 span { border-color: rgb(82,223,2); }

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