Html Css Color HEX #3CA400 Kelly Green

📋 copy color: '#3CA400'

red 60 ◦ green 164 ◦ blue 0

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

Shades of Kelly Green #3CA400

Tints of Kelly Green #3CA400

RGB

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

 GREEN value IS 164 (64.45% from 255) = 73.21%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 26.79%
G = 73.21%
B = 0%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#3CA400 (or 0x3CA400) is known color: Kelly Green. HEX triplet: 3C, A4 and 00. RGB value is (60,164,0). Sum of RGB (Red+Green+Blue) = 60+164+0=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 164 (64.45% from 255 or 73.21% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 164 - color contains mainly: green. Hex color #3CA400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA400 is #C35BFF. Grayscale: #727272. Windows color (decimal): -12803072 or 42044. OLE color: 42044.

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

Color convert

RGB 60 164 0 -
CMYK 0.63 0 1 0.36
HSL 98.05º 1% 0.32% -
HSV(B) 98.05º 1% 0.64% -
XYZ 15.14 27.51 4.51 -
YUV 114.21 63.54 89.34 -
System Red Green Blue C M Y K H S L
Decimal 60 164 0 0.63 0 1 0.36 98.05 1 0.32
Hex 3C A4 0 3F 0 64 24 62 64 20
Octal 74 244 0 77 0 144 44 142 144 40
Binary 111100 10100100 0 111111 0 1100100 100100 1100010 1100100 100000

Color Harmonies of #3CA400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA400

Black with #3CA400

Text Example


Text Example

White with #3CA400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,164,0); }

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

background-color css

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

 a { background-color: rgb(60,164,0); }

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

border-color css

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

 span { border-color: rgb(60,164,0); }

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