Html Css Color HEX #52BC03 Kelly Green

📋 copy color: '#52BC03'

red 82 ◦ green 188 ◦ blue 3

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

Shades of Kelly Green #52BC03

Tints of Kelly Green #52BC03

RGB

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

 GREEN value IS 188 (73.83% from 255) = 68.86%

 BLUE value IS 3 (1.56% from 255) = 1.1%

R = 30.04%
G = 68.86%
B = 1.1%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#52BC03 (or 0x52BC03) is known color: Kelly Green. HEX triplet: 52, BC and 03. RGB value is (82,188,3). Sum of RGB (Red+Green+Blue) = 82+188+3=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 188 (73.83% from 255 or 68.86% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52BC03 is #AD43FC. Grayscale: #878787. Windows color (decimal): -11355133 or 244818. OLE color: 244818.

HSL color Cylindrical-coordinate representation of color #52BC03: hue angle of 94.38º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52BC03 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 188 3 -
CMYK 0.56 0 0.98 0.26
HSL 94.38º 0.97% 0.37% -
HSV(B) 94.38º 0.98% 0.74% -
XYZ 21.48 37.77 6.24 -
YUV 135.22 53.38 90.04 -
System Red Green Blue C M Y K H S L
Decimal 82 188 3 0.56 0 0.98 0.26 94.38 0.97 0.37
Hex 52 BC 3 38 0 62 1A 5E 61 25
Octal 122 274 3 70 0 142 32 136 141 45
Binary 1010010 10111100 11 111000 0 1100010 11010 1011110 1100001 100101

Color Harmonies of #52BC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BC03

Black with #52BC03

Text Example


Text Example

White with #52BC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,188,3); }

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

background-color css

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

 a { background-color: rgb(82,188,3); }

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

border-color css

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

 span { border-color: rgb(82,188,3); }

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