Html Css Color HEX #3CCD14 Kelly Green

📋 copy color: '#3CCD14'

red 60 ◦ green 205 ◦ blue 20

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

Shades of Kelly Green #3CCD14

Tints of Kelly Green #3CCD14

RGB

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

 GREEN value IS 205 (80.47% from 255) = 71.93%

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

R = 21.05%
G = 71.93%
B = 7.02%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#3CCD14 (or 0x3CCD14) is known color: Kelly Green. HEX triplet: 3C, CD and 14. RGB value is (60,205,20). Sum of RGB (Red+Green+Blue) = 60+205+20=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 205 (80.47% from 255 or 71.93% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 205 - color contains mainly: green. Hex color #3CCD14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CCD14 is #C332EB. Grayscale: #8D8D8D. Windows color (decimal): -12792556 or 1363260. OLE color: 1363260.

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

Color convert

RGB 60 205 20 -
CMYK 0.71 0 0.90 0.20
HSL 107.03º 0.82% 0.44% -
HSV(B) 107.03º 0.9% 0.8% -
XYZ 23.82 44.67 8.03 -
YUV 140.56 59.96 70.54 -
System Red Green Blue C M Y K H S L
Decimal 60 205 20 0.71 0 0.90 0.20 107.03 0.82 0.44
Hex 3C CD 14 47 0 5A 14 6B 52 2C
Octal 74 315 24 107 0 132 24 153 122 54
Binary 111100 11001101 10100 1000111 0 1011010 10100 1101011 1010010 101100

Color Harmonies of #3CCD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCD14

Black with #3CCD14

Text Example


Text Example

White with #3CCD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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