Html Css Color HEX #3CA301 Kelly Green

📋 copy color: '#3CA301'

red 60 ◦ green 163 ◦ blue 1

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

Shades of Kelly Green #3CA301

Tints of Kelly Green #3CA301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 26.79%
G = 72.77%
B = 0.45%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#3CA301 (or 0x3CA301) is known color: Kelly Green. HEX triplet: 3C, A3 and 01. RGB value is (60,163,1). Sum of RGB (Red+Green+Blue) = 60+163+1=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 163 (64.06% from 255 or 72.77% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 163 - color contains mainly: green. Hex color #3CA301 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA301 is #C35CFE. Grayscale: #727272. Windows color (decimal): -12803327 or 107324. OLE color: 107324.

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

Color convert

RGB 60 163 1 -
CMYK 0.63 0 0.99 0.36
HSL 98.15º 0.99% 0.32% -
HSV(B) 98.15º 0.99% 0.64% -
XYZ 14.97 27.16 4.48 -
YUV 113.74 64.38 89.67 -
System Red Green Blue C M Y K H S L
Decimal 60 163 1 0.63 0 0.99 0.36 98.15 0.99 0.32
Hex 3C A3 1 3F 0 63 24 62 63 20
Octal 74 243 1 77 0 143 44 142 143 40
Binary 111100 10100011 1 111111 0 1100011 100100 1100010 1100011 100000

Color Harmonies of #3CA301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA301

Black with #3CA301

Text Example


Text Example

White with #3CA301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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