Html Css Color HEX #3CA304 Kelly Green

📋 copy color: '#3CA304'

red 60 ◦ green 163 ◦ blue 4

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

Shades of Kelly Green #3CA304

Tints of Kelly Green #3CA304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.76%

R = 26.43%
G = 71.81%
B = 1.76%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#3CA304 (or 0x3CA304) is known color: Kelly Green. HEX triplet: 3C, A3 and 04. RGB value is (60,163,4). Sum of RGB (Red+Green+Blue) = 60+163+4=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 163 (64.06% from 255 or 71.81% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 163 - color contains mainly: green. Hex color #3CA304 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA304 is #C35CFB. Grayscale: #727272. Windows color (decimal): -12803324 or 303932. OLE color: 303932.

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

Color convert

RGB 60 163 4 -
CMYK 0.63 0 0.98 0.36
HSL 98.87º 0.95% 0.33% -
HSV(B) 98.87º 0.98% 0.64% -
XYZ 14.98 27.16 4.57 -
YUV 114.08 65.88 89.43 -
System Red Green Blue C M Y K H S L
Decimal 60 163 4 0.63 0 0.98 0.36 98.87 0.95 0.33
Hex 3C A3 4 3F 0 62 24 63 5F 21
Octal 74 243 4 77 0 142 44 143 137 41
Binary 111100 10100011 100 111111 0 1100010 100100 1100011 1011111 100001

Color Harmonies of #3CA304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA304

Black with #3CA304

Text Example


Text Example

White with #3CA304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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