Html Css Color HEX #3DC641 Lime Green

📋 copy color: '#3DC641'

red 61 ◦ green 198 ◦ blue 65

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

Shades of Lime Green #3DC641

Tints of Lime Green #3DC641

RGB

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

 GREEN value IS 198 (77.73% from 255) = 61.11%

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

R = 18.83%
G = 61.11%
B = 20.06%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#3DC641 (or 0x3DC641) is known color: Lime Green. HEX triplet: 3D, C6 and 41. RGB value is (61,198,65). Sum of RGB (Red+Green+Blue) = 61+198+65=324 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.83% from 324); Green value is 198 (77.73% from 255 or 61.11% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 198 - color contains mainly: green. Hex color #3DC641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC641 is #C239BE. Grayscale: #8E8E8E. Windows color (decimal): -12728767 or 4310589. OLE color: 4310589.

HSL color Cylindrical-coordinate representation of color #3DC641: hue angle of 121.75º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC641 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 61 198 65 -
CMYK 0.69 0 0.67 0.22
HSL 121.75º 0.55% 0.51% -
HSV(B) 121.75º 0.69% 0.78% -
XYZ 23.07 41.76 11.85 -
YUV 141.88 84.61 70.31 -
System Red Green Blue C M Y K H S L
Decimal 61 198 65 0.69 0 0.67 0.22 121.75 0.55 0.51
Hex 3D C6 41 45 0 43 16 7A 37 33
Octal 75 306 101 105 0 103 26 172 67 63
Binary 111101 11000110 1000001 1000101 0 1000011 10110 1111010 110111 110011

Color Harmonies of #3DC641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC641

Black with #3DC641

Text Example


Text Example

White with #3DC641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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