Html Css Color HEX #3DC341 Lime Green

📋 copy color: '#3DC341'

red 61 ◦ green 195 ◦ blue 65

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

Shades of Lime Green #3DC341

Tints of Lime Green #3DC341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.25%

R = 19%
G = 60.75%
B = 20.25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#3DC341 (or 0x3DC341) is known color: Lime Green. HEX triplet: 3D, C3 and 41. RGB value is (61,195,65). Sum of RGB (Red+Green+Blue) = 61+195+65=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 195 (76.56% from 255 or 60.75% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 195 - color contains mainly: green. Hex color #3DC341 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC341 is #C23CBE. Grayscale: #8C8C8C. Windows color (decimal): -12729535 or 4309821. OLE color: 4309821.

HSL color Cylindrical-coordinate representation of color #3DC341: hue angle of 121.79º 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 #3DC341 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 61 195 65 -
CMYK 0.69 0 0.67 0.24
HSL 121.79º 0.53% 0.5% -
HSV(B) 121.79º 0.69% 0.76% -
XYZ 22.39 40.4 11.62 -
YUV 140.11 85.61 71.57 -
System Red Green Blue C M Y K H S L
Decimal 61 195 65 0.69 0 0.67 0.24 121.79 0.53 0.5
Hex 3D C3 41 45 0 43 18 7A 35 32
Octal 75 303 101 105 0 103 30 172 65 62
Binary 111101 11000011 1000001 1000101 0 1000011 11000 1111010 110101 110010

Color Harmonies of #3DC341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC341

Black with #3DC341

Text Example


Text Example

White with #3DC341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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