Html Css Color HEX #3CAA1E Kelly Green

📋 copy color: '#3CAA1E'

red 60 ◦ green 170 ◦ blue 30

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

Shades of Kelly Green #3CAA1E

Tints of Kelly Green #3CAA1E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 65.38%

 BLUE value IS 30 (12.11% from 255) = 11.54%

R = 23.08%
G = 65.38%
B = 11.54%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#3CAA1E (or 0x3CAA1E) is known color: Kelly Green. HEX triplet: 3C, AA and 1E. RGB value is (60,170,30). Sum of RGB (Red+Green+Blue) = 60+170+30=260 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.08% from 260); Green value is 170 (66.80% from 255 or 65.38% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAA1E is #C355E1. Grayscale: #797979. Windows color (decimal): -12801506 or 2009660. OLE color: 2009660.

HSL color Cylindrical-coordinate representation of color #3CAA1E: hue angle of 107.14º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3CAA1E is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 170 30 -
CMYK 0.65 0 0.82 0.33
HSL 107.14º 0.7% 0.39% -
HSV(B) 107.14º 0.82% 0.67% -
XYZ 16.47 29.8 6.11 -
YUV 121.15 76.56 84.38 -
System Red Green Blue C M Y K H S L
Decimal 60 170 30 0.65 0 0.82 0.33 107.14 0.7 0.39
Hex 3C AA 1E 41 0 52 21 6B 46 27
Octal 74 252 36 101 0 122 41 153 106 47
Binary 111100 10101010 11110 1000001 0 1010010 100001 1101011 1000110 100111

Color Harmonies of #3CAA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAA1E

Black with #3CAA1E

Text Example


Text Example

White with #3CAA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,170,30); }

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

background-color css

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

 a { background-color: rgb(60,170,30); }

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

border-color css

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

 span { border-color: rgb(60,170,30); }

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