Html Css Color HEX #3CA305 Kelly Green

📋 copy color: '#3CA305'

red 60 ◦ green 163 ◦ blue 5

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

Shades of Kelly Green #3CA305

Tints of Kelly Green #3CA305

RGB

 RED value IS 60 (23.83% from 255) = 26.32%

 GREEN value IS 163 (64.06% from 255) = 71.49%

 BLUE value IS 5 (2.34% from 255) = 2.19%

R = 26.32%
G = 71.49%
B = 2.19%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#3CA305 (or 0x3CA305) is known color: Kelly Green. HEX triplet: 3C, A3 and 05. RGB value is (60,163,5). Sum of RGB (Red+Green+Blue) = 60+163+5=228 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.32% from 228); Green value is 163 (64.06% from 255 or 71.49% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 163 - color contains mainly: green. Hex color #3CA305 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA305 is #C35CFA. Grayscale: #727272. Windows color (decimal): -12803323 or 369468. OLE color: 369468.

HSL color Cylindrical-coordinate representation of color #3CA305: hue angle of 99.11º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3CA305 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 60 163 5 -
CMYK 0.63 0 0.97 0.36
HSL 99.11º 0.94% 0.33% -
HSV(B) 99.11º 0.97% 0.64% -
XYZ 14.99 27.17 4.6 -
YUV 114.19 66.38 89.35 -
System Red Green Blue C M Y K H S L
Decimal 60 163 5 0.63 0 0.97 0.36 99.11 0.94 0.33
Hex 3C A3 5 3F 0 61 24 63 5E 21
Octal 74 243 5 77 0 141 44 143 136 41
Binary 111100 10100011 101 111111 0 1100001 100100 1100011 1011110 100001

Color Harmonies of #3CA305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA305

Black with #3CA305

Text Example


Text Example

White with #3CA305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CA305; }

 p { color: rgb(60,163,5); }

 H1.HeaderClassName
 {
   color: #3CA305;
 }
 .AnyTagClassName
 {
   color: #3CA305;
 }
</style>

background-color css

<style>
 a { background-color: #3CA305; }

 a { background-color: rgb(60,163,5); }

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

border-color css

<style>
 span { border-color: #3CA305; }

 span { border-color: rgb(60,163,5); }

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