Html Css Color HEX #3DC148 Lime Green

📋 copy color: '#3DC148'

red 61 ◦ green 193 ◦ blue 72

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

Shades of Lime Green #3DC148

Tints of Lime Green #3DC148

RGB

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

 GREEN value IS 193 (75.78% from 255) = 59.2%

 BLUE value IS 72 (28.52% from 255) = 22.09%

R = 18.71%
G = 59.2%
B = 22.09%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#3DC148 (or 0x3DC148) is known color: Lime Green. HEX triplet: 3D, C1 and 48. RGB value is (61,193,72). Sum of RGB (Red+Green+Blue) = 61+193+72=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 193 (75.78% from 255 or 59.20% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 193 - color contains mainly: green. Hex color #3DC148 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC148 is #C23EB7. Grayscale: #8C8C8C. Windows color (decimal): -12730040 or 4768061. OLE color: 4768061.

HSL color Cylindrical-coordinate representation of color #3DC148: hue angle of 125º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DC148 is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 61 193 72 -
CMYK 0.68 0 0.63 0.24
HSL 125º 0.52% 0.5% -
HSV(B) 125º 0.68% 0.76% -
XYZ 22.16 39.6 12.61 -
YUV 139.74 89.77 71.84 -
System Red Green Blue C M Y K H S L
Decimal 61 193 72 0.68 0 0.63 0.24 125 0.52 0.5
Hex 3D C1 48 44 0 3F 18 7D 34 32
Octal 75 301 110 104 0 77 30 175 64 62
Binary 111101 11000001 1001000 1000100 0 111111 11000 1111101 110100 110010

Color Harmonies of #3DC148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC148

Black with #3DC148

Text Example


Text Example

White with #3DC148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,193,72); }

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

background-color css

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

 a { background-color: rgb(61,193,72); }

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

border-color css

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

 span { border-color: rgb(61,193,72); }

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