Html Css Color HEX #3DC346 Lime Green

📋 copy color: '#3DC346'

red 61 ◦ green 195 ◦ blue 70

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

Shades of Lime Green #3DC346

Tints of Lime Green #3DC346

RGB

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

 GREEN value IS 195 (76.56% from 255) = 59.82%

 BLUE value IS 70 (27.73% from 255) = 21.47%

R = 18.71%
G = 59.82%
B = 21.47%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#3DC346 (or 0x3DC346) is known color: Lime Green. HEX triplet: 3D, C3 and 46. RGB value is (61,195,70). Sum of RGB (Red+Green+Blue) = 61+195+70=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 195 (76.56% from 255 or 59.82% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 195 - color contains mainly: green. Hex color #3DC346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC346 is #C23CB9. Grayscale: #8D8D8D. Windows color (decimal): -12729530 or 4637501. OLE color: 4637501.

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

Color convert

RGB 61 195 70 -
CMYK 0.69 0 0.64 0.24
HSL 124.03º 0.53% 0.5% -
HSV(B) 124.03º 0.69% 0.76% -
XYZ 22.55 40.46 12.42 -
YUV 140.68 88.11 71.16 -
System Red Green Blue C M Y K H S L
Decimal 61 195 70 0.69 0 0.64 0.24 124.03 0.53 0.5
Hex 3D C3 46 45 0 40 18 7C 35 32
Octal 75 303 106 105 0 100 30 174 65 62
Binary 111101 11000011 1000110 1000101 0 1000000 11000 1111100 110101 110010

Color Harmonies of #3DC346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC346

Black with #3DC346

Text Example


Text Example

White with #3DC346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,195,70); }

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

background-color css

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

 a { background-color: rgb(61,195,70); }

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

border-color css

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

 span { border-color: rgb(61,195,70); }

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