Html Css Color HEX #52DA02 Kelly Green

📋 copy color: '#52DA02'

red 82 ◦ green 218 ◦ blue 2

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

Shades of Kelly Green #52DA02

Tints of Kelly Green #52DA02

RGB

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

 GREEN value IS 218 (85.55% from 255) = 72.19%

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

R = 27.15%
G = 72.19%
B = 0.66%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#52DA02 (or 0x52DA02) is known color: Kelly Green. HEX triplet: 52, DA and 02. RGB value is (82,218,2). Sum of RGB (Red+Green+Blue) = 82+218+2=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 218 (85.55% from 255 or 72.19% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DA02 is #AD25FD. Grayscale: #999999. Windows color (decimal): -11347454 or 186962. OLE color: 186962.

HSL color Cylindrical-coordinate representation of color #52DA02: hue angle of 97.78º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52DA02 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 218 2 -
CMYK 0.62 0 0.99 0.15
HSL 97.78º 0.98% 0.43% -
HSV(B) 97.78º 0.99% 0.85% -
XYZ 28.56 51.94 8.58 -
YUV 152.71 42.94 77.56 -
System Red Green Blue C M Y K H S L
Decimal 82 218 2 0.62 0 0.99 0.15 97.78 0.98 0.43
Hex 52 DA 2 3E 0 63 F 62 62 2B
Octal 122 332 2 76 0 143 17 142 142 53
Binary 1010010 11011010 10 111110 0 1100011 1111 1100010 1100010 101011

Color Harmonies of #52DA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DA02

Black with #52DA02

Text Example


Text Example

White with #52DA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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