Html Css Color HEX #3DCC49 Lime Green

📋 copy color: '#3DCC49'

red 61 ◦ green 204 ◦ blue 73

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

Shades of Lime Green #3DCC49

Tints of Lime Green #3DCC49

RGB

 RED value IS 61 (24.22% from 255) = 18.05%

 GREEN value IS 204 (80.08% from 255) = 60.36%

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

R = 18.05%
G = 60.36%
B = 21.6%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#3DCC49 (or 0x3DCC49) is known color: Lime Green. HEX triplet: 3D, CC and 49. RGB value is (61,204,73). Sum of RGB (Red+Green+Blue) = 61+204+73=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 204 (80.08% from 255 or 60.36% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCC49 is #C233B6. Grayscale: #929292. Windows color (decimal): -12727223 or 4836413. OLE color: 4836413.

HSL color Cylindrical-coordinate representation of color #3DCC49: hue angle of 125.03º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCC49 is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 61 204 73 -
CMYK 0.70 0 0.64 0.2
HSL 125.04º 0.58% 0.52% -
HSV(B) 125.04º 0.7% 0.8% -
XYZ 24.72 44.66 13.62 -
YUV 146.31 86.62 67.15 -
System Red Green Blue C M Y K H S L
Decimal 61 204 73 0.70 0 0.64 0.2 125.04 0.58 0.52
Hex 3D CC 49 46 0 40 14 7D 3A 34
Octal 75 314 111 106 0 100 24 175 72 64
Binary 111101 11001100 1001001 1000110 0 1000000 10100 1111101 111010 110100

Color Harmonies of #3DCC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCC49

Black with #3DCC49

Text Example


Text Example

White with #3DCC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,204,73); }

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

background-color css

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

 a { background-color: rgb(61,204,73); }

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

border-color css

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

 span { border-color: rgb(61,204,73); }

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