Html Css Color HEX #3DB931 Lime Green

📋 copy color: '#3DB931'

red 61 ◦ green 185 ◦ blue 49

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

Shades of Lime Green #3DB931

Tints of Lime Green #3DB931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.61%

R = 20.68%
G = 62.71%
B = 16.61%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#3DB931 (or 0x3DB931) is known color: Lime Green. HEX triplet: 3D, B9 and 31. RGB value is (61,185,49). Sum of RGB (Red+Green+Blue) = 61+185+49=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 185 (72.66% from 255 or 62.71% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB931 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB931 is #C246CE. Grayscale: #848484. Windows color (decimal): -12732111 or 3258685. OLE color: 3258685.

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

Color convert

RGB 61 185 49 -
CMYK 0.67 0 0.74 0.27
HSL 114.71º 0.58% 0.46% -
HSV(B) 114.71º 0.74% 0.73% -
XYZ 19.83 35.91 8.79 -
YUV 132.42 80.92 77.06 -
System Red Green Blue C M Y K H S L
Decimal 61 185 49 0.67 0 0.74 0.27 114.71 0.58 0.46
Hex 3D B9 31 43 0 4A 1B 73 3A 2E
Octal 75 271 61 103 0 112 33 163 72 56
Binary 111101 10111001 110001 1000011 0 1001010 11011 1110011 111010 101110

Color Harmonies of #3DB931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB931

Black with #3DB931

Text Example


Text Example

White with #3DB931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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