Html Css Color HEX #3CBA14 Kelly Green

📋 copy color: '#3CBA14'

red 60 ◦ green 186 ◦ blue 20

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

Shades of Kelly Green #3CBA14

Tints of Kelly Green #3CBA14

RGB

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

 GREEN value IS 186 (73.05% from 255) = 69.92%

 BLUE value IS 20 (8.2% from 255) = 7.52%

R = 22.56%
G = 69.92%
B = 7.52%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#3CBA14 (or 0x3CBA14) is known color: Kelly Green. HEX triplet: 3C, BA and 14. RGB value is (60,186,20). Sum of RGB (Red+Green+Blue) = 60+186+20=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 186 (73.05% from 255 or 69.92% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CBA14 is #C345EB. Grayscale: #818181. Windows color (decimal): -12797420 or 1358396. OLE color: 1358396.

HSL color Cylindrical-coordinate representation of color #3CBA14: hue angle of 105.54º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3CBA14 is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 186 20 -
CMYK 0.68 0 0.89 0.27
HSL 105.54º 0.81% 0.4% -
HSV(B) 105.54º 0.89% 0.73% -
XYZ 19.55 36.13 6.61 -
YUV 129.4 66.26 78.5 -
System Red Green Blue C M Y K H S L
Decimal 60 186 20 0.68 0 0.89 0.27 105.54 0.81 0.4
Hex 3C BA 14 44 0 59 1B 6A 51 28
Octal 74 272 24 104 0 131 33 152 121 50
Binary 111100 10111010 10100 1000100 0 1011001 11011 1101010 1010001 101000

Color Harmonies of #3CBA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBA14

Black with #3CBA14

Text Example


Text Example

White with #3CBA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,186,20); }

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

background-color css

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

 a { background-color: rgb(60,186,20); }

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

border-color css

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

 span { border-color: rgb(60,186,20); }

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