Html Css Color HEX #3DB940 Lime Green

📋 copy color: '#3DB940'

red 61 ◦ green 185 ◦ blue 64

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

Shades of Lime Green #3DB940

Tints of Lime Green #3DB940

RGB

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

 GREEN value IS 185 (72.66% from 255) = 59.68%

 BLUE value IS 64 (25.39% from 255) = 20.65%

R = 19.68%
G = 59.68%
B = 20.65%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#3DB940 (or 0x3DB940) is known color: Lime Green. HEX triplet: 3D, B9 and 40. RGB value is (61,185,64). Sum of RGB (Red+Green+Blue) = 61+185+64=310 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.68% from 310); Green value is 185 (72.66% from 255 or 59.68% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB940 is #C246BF. Grayscale: #868686. Windows color (decimal): -12732096 or 4241725. OLE color: 4241725.

HSL color Cylindrical-coordinate representation of color #3DB940: hue angle of 121.45º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB940 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 185 64 -
CMYK 0.67 0 0.65 0.27
HSL 121.45º 0.5% 0.48% -
HSV(B) 121.45º 0.67% 0.73% -
XYZ 20.2 36.06 10.75 -
YUV 134.13 88.42 75.84 -
System Red Green Blue C M Y K H S L
Decimal 61 185 64 0.67 0 0.65 0.27 121.45 0.5 0.48
Hex 3D B9 40 43 0 41 1B 79 32 30
Octal 75 271 100 103 0 101 33 171 62 60
Binary 111101 10111001 1000000 1000011 0 1000001 11011 1111001 110010 110000

Color Harmonies of #3DB940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB940

Black with #3DB940

Text Example


Text Example

White with #3DB940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,185,64); }

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

background-color css

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

 a { background-color: rgb(61,185,64); }

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

border-color css

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

 span { border-color: rgb(61,185,64); }

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