Html Css Color HEX #3CDD4F Lime Green

📋 copy color: '#3CDD4F'

red 60 ◦ green 221 ◦ blue 79

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

Shades of Lime Green #3CDD4F

Tints of Lime Green #3CDD4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.94%

R = 16.67%
G = 61.39%
B = 21.94%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#3CDD4F (or 0x3CDD4F) is known color: Lime Green. HEX triplet: 3C, DD and 4F. RGB value is (60,221,79). Sum of RGB (Red+Green+Blue) = 60+221+79=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 221 (86.72% from 255 or 61.39% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDD4F is #C322B0. Grayscale: #9D9D9D. Windows color (decimal): -12788401 or 5233980. OLE color: 5233980.

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

Color convert

RGB 60 221 79 -
CMYK 0.73 0 0.64 0.13
HSL 127.08º 0.7% 0.55% -
HSV(B) 127.08º 0.73% 0.87% -
XYZ 29.13 53.24 16.14 -
YUV 156.67 84.16 59.05 -
System Red Green Blue C M Y K H S L
Decimal 60 221 79 0.73 0 0.64 0.13 127.08 0.7 0.55
Hex 3C DD 4F 49 0 40 D 7F 46 37
Octal 74 335 117 111 0 100 15 177 106 67
Binary 111100 11011101 1001111 1001001 0 1000000 1101 1111111 1000110 110111

Color Harmonies of #3CDD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDD4F

Black with #3CDD4F

Text Example


Text Example

White with #3CDD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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