Html Css Color HEX #3CD70D Kelly Green

📋 copy color: '#3CD70D'

red 60 ◦ green 215 ◦ blue 13

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

Shades of Kelly Green #3CD70D

Tints of Kelly Green #3CD70D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 74.65%

 BLUE value IS 13 (5.47% from 255) = 4.51%

R = 20.83%
G = 74.65%
B = 4.51%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#3CD70D (or 0x3CD70D) is known color: Kelly Green. HEX triplet: 3C, D7 and 0D. RGB value is (60,215,13). Sum of RGB (Red+Green+Blue) = 60+215+13=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 215 (84.38% from 255 or 74.65% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 215 - color contains mainly: green. Hex color #3CD70D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CD70D is #C328F2. Grayscale: #929292. Windows color (decimal): -12790003 or 907068. OLE color: 907068.

HSL color Cylindrical-coordinate representation of color #3CD70D: hue angle of 106.04º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3CD70D is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 60 215 13 -
CMYK 0.72 0 0.94 0.16
HSL 106.04º 0.89% 0.45% -
HSV(B) 106.04º 0.94% 0.84% -
XYZ 26.24 49.59 8.57 -
YUV 145.63 53.15 66.93 -
System Red Green Blue C M Y K H S L
Decimal 60 215 13 0.72 0 0.94 0.16 106.04 0.89 0.45
Hex 3C D7 D 48 0 5E 10 6A 59 2D
Octal 74 327 15 110 0 136 20 152 131 55
Binary 111100 11010111 1101 1001000 0 1011110 10000 1101010 1011001 101101

Color Harmonies of #3CD70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD70D

Black with #3CD70D

Text Example


Text Example

White with #3CD70D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,215,13); }

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

background-color css

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

 a { background-color: rgb(60,215,13); }

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

border-color css

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

 span { border-color: rgb(60,215,13); }

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