Html Css Color HEX #3CD80D Kelly Green

📋 copy color: '#3CD80D'

red 60 ◦ green 216 ◦ blue 13

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

Shades of Kelly Green #3CD80D

Tints of Kelly Green #3CD80D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 74.74%

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

R = 20.76%
G = 74.74%
B = 4.5%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#3CD80D (or 0x3CD80D) is known color: Kelly Green. HEX triplet: 3C, D8 and 0D. RGB value is (60,216,13). Sum of RGB (Red+Green+Blue) = 60+216+13=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 216 (84.77% from 255 or 74.74% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 216 - color contains mainly: green. Hex color #3CD80D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CD80D is #C327F2. Grayscale: #929292. Windows color (decimal): -12789747 or 907324. OLE color: 907324.

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

Color convert

RGB 60 216 13 -
CMYK 0.72 0 0.94 0.15
HSL 106.11º 0.89% 0.45% -
HSV(B) 106.11º 0.94% 0.85% -
XYZ 26.49 50.1 8.66 -
YUV 146.21 52.82 66.51 -
System Red Green Blue C M Y K H S L
Decimal 60 216 13 0.72 0 0.94 0.15 106.11 0.89 0.45
Hex 3C D8 D 48 0 5E F 6A 59 2D
Octal 74 330 15 110 0 136 17 152 131 55
Binary 111100 11011000 1101 1001000 0 1011110 1111 1101010 1011001 101101

Color Harmonies of #3CD80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD80D

Black with #3CD80D

Text Example


Text Example

White with #3CD80D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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