Html Css Color HEX #3CAA1F Kelly Green

📋 copy color: '#3CAA1F'

red 60 ◦ green 170 ◦ blue 31

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

Shades of Kelly Green #3CAA1F

Tints of Kelly Green #3CAA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.88%

R = 22.99%
G = 65.13%
B = 11.88%

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

#3CAA1F (or 0x3CAA1F) is known color: Kelly Green. HEX triplet: 3C, AA and 1F. RGB value is (60,170,31). Sum of RGB (Red+Green+Blue) = 60+170+31=261 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.99% from 261); Green value is 170 (66.80% from 255 or 65.13% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAA1F is #C355E0. Grayscale: #797979. Windows color (decimal): -12801505 or 2075196. OLE color: 2075196.

HSL color Cylindrical-coordinate representation of color #3CAA1F: hue angle of 107.48º degrees, saturation: 0.69, 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 #3CAA1F is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 170 31 -
CMYK 0.65 0 0.82 0.33
HSL 107.48º 0.69% 0.39% -
HSV(B) 107.48º 0.82% 0.67% -
XYZ 16.49 29.81 6.18 -
YUV 121.26 77.06 84.3 -
System Red Green Blue C M Y K H S L
Decimal 60 170 31 0.65 0 0.82 0.33 107.48 0.69 0.39
Hex 3C AA 1F 41 0 52 21 6B 45 27
Octal 74 252 37 101 0 122 41 153 105 47
Binary 111100 10101010 11111 1000001 0 1010010 100001 1101011 1000101 100111

Color Harmonies of #3CAA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAA1F

Black with #3CAA1F

Text Example


Text Example

White with #3CAA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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