Html Css Color HEX #3CDD14 Kelly Green

📋 copy color: '#3CDD14'

red 60 ◦ green 221 ◦ blue 20

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

Shades of Kelly Green #3CDD14

Tints of Kelly Green #3CDD14

RGB

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

 GREEN value IS 221 (86.72% from 255) = 73.42%

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

R = 19.93%
G = 73.42%
B = 6.64%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#3CDD14 (or 0x3CDD14) is known color: Kelly Green. HEX triplet: 3C, DD and 14. RGB value is (60,221,20). Sum of RGB (Red+Green+Blue) = 60+221+20=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 221 (86.72% from 255 or 73.42% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDD14 is #C322EB. Grayscale: #969696. Windows color (decimal): -12788460 or 1367356. OLE color: 1367356.

HSL color Cylindrical-coordinate representation of color #3CDD14: hue angle of 108.06º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3CDD14 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 221 20 -
CMYK 0.73 0 0.91 0.13
HSL 108.06º 0.83% 0.47% -
HSV(B) 108.06º 0.91% 0.87% -
XYZ 27.85 52.72 9.37 -
YUV 149.95 54.66 63.84 -
System Red Green Blue C M Y K H S L
Decimal 60 221 20 0.73 0 0.91 0.13 108.06 0.83 0.47
Hex 3C DD 14 49 0 5B D 6C 53 2F
Octal 74 335 24 111 0 133 15 154 123 57
Binary 111100 11011101 10100 1001001 0 1011011 1101 1101100 1010011 101111

Color Harmonies of #3CDD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDD14

Black with #3CDD14

Text Example


Text Example

White with #3CDD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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