Html Css Color HEX #3CD949 Lime Green

📋 copy color: '#3CD949'

red 60 ◦ green 217 ◦ blue 73

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

Shades of Lime Green #3CD949

Tints of Lime Green #3CD949

RGB

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

 GREEN value IS 217 (85.16% from 255) = 62%

 BLUE value IS 73 (28.91% from 255) = 20.86%

R = 17.14%
G = 62%
B = 20.86%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#3CD949 (or 0x3CD949) is known color: Lime Green. HEX triplet: 3C, D9 and 49. RGB value is (60,217,73). Sum of RGB (Red+Green+Blue) = 60+217+73=350 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.14% from 350); Green value is 217 (85.16% from 255 or 62% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 217 - color contains mainly: green. Hex color #3CD949 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD949 is #C326B6. Grayscale: #9A9A9A. Windows color (decimal): -12789431 or 4839740. OLE color: 4839740.

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

Color convert

RGB 60 217 73 -
CMYK 0.72 0 0.66 0.15
HSL 124.97º 0.67% 0.54% -
HSV(B) 124.97º 0.72% 0.85% -
XYZ 27.88 51.07 14.69 -
YUV 153.64 82.49 61.21 -
System Red Green Blue C M Y K H S L
Decimal 60 217 73 0.72 0 0.66 0.15 124.97 0.67 0.54
Hex 3C D9 49 48 0 42 F 7D 43 36
Octal 74 331 111 110 0 102 17 175 103 66
Binary 111100 11011001 1001001 1001000 0 1000010 1111 1111101 1000011 110110

Color Harmonies of #3CD949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD949

Black with #3CD949

Text Example


Text Example

White with #3CD949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,217,73); }

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

background-color css

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

 a { background-color: rgb(60,217,73); }

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

border-color css

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

 span { border-color: rgb(60,217,73); }

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