Html Css Color HEX #3CCA14 Kelly Green

📋 copy color: '#3CCA14'

red 60 ◦ green 202 ◦ blue 20

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

Shades of Kelly Green #3CCA14

Tints of Kelly Green #3CCA14

RGB

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

 GREEN value IS 202 (79.3% from 255) = 71.63%

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

R = 21.28%
G = 71.63%
B = 7.09%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#3CCA14 (or 0x3CCA14) is known color: Kelly Green. HEX triplet: 3C, CA and 14. RGB value is (60,202,20). Sum of RGB (Red+Green+Blue) = 60+202+20=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 202 (79.30% from 255 or 71.63% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CCA14 is #C335EB. Grayscale: #8B8B8B. Windows color (decimal): -12793324 or 1362492. OLE color: 1362492.

HSL color Cylindrical-coordinate representation of color #3CCA14: hue angle of 106.81º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3CCA14 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 60 202 20 -
CMYK 0.70 0 0.90 0.21
HSL 106.81º 0.82% 0.44% -
HSV(B) 106.81º 0.9% 0.79% -
XYZ 23.11 43.25 7.79 -
YUV 138.79 60.96 71.8 -
System Red Green Blue C M Y K H S L
Decimal 60 202 20 0.70 0 0.90 0.21 106.81 0.82 0.44
Hex 3C CA 14 46 0 5A 15 6B 52 2C
Octal 74 312 24 106 0 132 25 153 122 54
Binary 111100 11001010 10100 1000110 0 1011010 10101 1101011 1010010 101100

Color Harmonies of #3CCA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCA14

Black with #3CCA14

Text Example


Text Example

White with #3CCA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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