Html Css Color HEX #3CAD1F Kelly Green

📋 copy color: '#3CAD1F'

red 60 ◦ green 173 ◦ blue 31

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

Shades of Kelly Green #3CAD1F

Tints of Kelly Green #3CAD1F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 65.53%

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

R = 22.73%
G = 65.53%
B = 11.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#3CAD1F (or 0x3CAD1F) is known color: Kelly Green. HEX triplet: 3C, AD and 1F. RGB value is (60,173,31). Sum of RGB (Red+Green+Blue) = 60+173+31=264 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.73% from 264); Green value is 173 (67.97% from 255 or 65.53% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 173 - color contains mainly: green. Hex color #3CAD1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAD1F is #C352E0. Grayscale: #7B7B7B. Windows color (decimal): -12800737 or 2075964. OLE color: 2075964.

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

Color convert

RGB 60 173 31 -
CMYK 0.65 0 0.82 0.32
HSL 107.75º 0.7% 0.4% -
HSV(B) 107.75º 0.82% 0.68% -
XYZ 17.05 30.95 6.37 -
YUV 123.03 76.06 83.05 -
System Red Green Blue C M Y K H S L
Decimal 60 173 31 0.65 0 0.82 0.32 107.75 0.7 0.4
Hex 3C AD 1F 41 0 52 20 6C 46 28
Octal 74 255 37 101 0 122 40 154 106 50
Binary 111100 10101101 11111 1000001 0 1010010 100000 1101100 1000110 101000

Color Harmonies of #3CAD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAD1F

Black with #3CAD1F

Text Example


Text Example

White with #3CAD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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