Html Css Color HEX #52C003 Kelly Green

📋 copy color: '#52C003'

red 82 ◦ green 192 ◦ blue 3

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

Shades of Kelly Green #52C003

Tints of Kelly Green #52C003

RGB

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

 GREEN value IS 192 (75.39% from 255) = 69.31%

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

R = 29.6%
G = 69.31%
B = 1.08%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#52C003 (or 0x52C003) is known color: Kelly Green. HEX triplet: 52, C0 and 03. RGB value is (82,192,3). Sum of RGB (Red+Green+Blue) = 82+192+3=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 192 (75.39% from 255 or 69.31% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 192 - color contains mainly: green. Hex color #52C003 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C003 is #AD3FFC. Grayscale: #8A8A8A. Windows color (decimal): -11354109 or 245842. OLE color: 245842.

HSL color Cylindrical-coordinate representation of color #52C003: hue angle of 94.92º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52C003 is Cyan = 0.57, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 3 -
CMYK 0.57 0 0.98 0.25
HSL 94.92º 0.97% 0.38% -
HSV(B) 94.92º 0.98% 0.75% -
XYZ 22.35 39.5 6.53 -
YUV 137.56 52.06 88.37 -
System Red Green Blue C M Y K H S L
Decimal 82 192 3 0.57 0 0.98 0.25 94.92 0.97 0.38
Hex 52 C0 3 39 0 62 19 5F 61 26
Octal 122 300 3 71 0 142 31 137 141 46
Binary 1010010 11000000 11 111001 0 1100010 11001 1011111 1100001 100110

Color Harmonies of #52C003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C003

Black with #52C003

Text Example


Text Example

White with #52C003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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