Html Css Color HEX #3CDC10 Kelly Green

📋 copy color: '#3CDC10'

red 60 ◦ green 220 ◦ blue 16

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

Shades of Kelly Green #3CDC10

Tints of Kelly Green #3CDC10

RGB

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

 GREEN value IS 220 (86.33% from 255) = 74.32%

 BLUE value IS 16 (6.64% from 255) = 5.41%

R = 20.27%
G = 74.32%
B = 5.41%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#3CDC10 (or 0x3CDC10) is known color: Kelly Green. HEX triplet: 3C, DC and 10. RGB value is (60,220,16). Sum of RGB (Red+Green+Blue) = 60+220+16=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 220 (86.33% from 255 or 74.32% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDC10 is #C323EF. Grayscale: #959595. Windows color (decimal): -12788720 or 1104956. OLE color: 1104956.

HSL color Cylindrical-coordinate representation of color #3CDC10: hue angle of 107.06º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3CDC10 is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 220 16 -
CMYK 0.73 0 0.93 0.14
HSL 107.06º 0.86% 0.46% -
HSV(B) 107.06º 0.93% 0.86% -
XYZ 27.55 52.18 9.11 -
YUV 148.9 52.99 64.59 -
System Red Green Blue C M Y K H S L
Decimal 60 220 16 0.73 0 0.93 0.14 107.06 0.86 0.46
Hex 3C DC 10 49 0 5D E 6B 56 2E
Octal 74 334 20 111 0 135 16 153 126 56
Binary 111100 11011100 10000 1001001 0 1011101 1110 1101011 1010110 101110

Color Harmonies of #3CDC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDC10

Black with #3CDC10

Text Example


Text Example

White with #3CDC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,220,16); }

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

background-color css

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

 a { background-color: rgb(60,220,16); }

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

border-color css

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

 span { border-color: rgb(60,220,16); }

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