Html Css Color HEX #3DB536 Lime Green

📋 copy color: '#3DB536'

red 61 ◦ green 181 ◦ blue 54

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

Shades of Lime Green #3DB536

Tints of Lime Green #3DB536

RGB

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

 GREEN value IS 181 (71.09% from 255) = 61.15%

 BLUE value IS 54 (21.48% from 255) = 18.24%

R = 20.61%
G = 61.15%
B = 18.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#3DB536 (or 0x3DB536) is known color: Lime Green. HEX triplet: 3D, B5 and 36. RGB value is (61,181,54). Sum of RGB (Red+Green+Blue) = 61+181+54=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 181 (71.09% from 255 or 61.15% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB536 is #C24AC9. Grayscale: #838383. Windows color (decimal): -12733130 or 3585341. OLE color: 3585341.

HSL color Cylindrical-coordinate representation of color #3DB536: hue angle of 116.69º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DB536 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 61 181 54 -
CMYK 0.66 0 0.70 0.29
HSL 116.69º 0.54% 0.46% -
HSV(B) 116.69º 0.7% 0.71% -
XYZ 19.11 34.31 9.1 -
YUV 130.64 84.74 78.33 -
System Red Green Blue C M Y K H S L
Decimal 61 181 54 0.66 0 0.70 0.29 116.69 0.54 0.46
Hex 3D B5 36 42 0 46 1D 75 36 2E
Octal 75 265 66 102 0 106 35 165 66 56
Binary 111101 10110101 110110 1000010 0 1000110 11101 1110101 110110 101110

Color Harmonies of #3DB536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB536

Black with #3DB536

Text Example


Text Example

White with #3DB536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,181,54); }

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

background-color css

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

 a { background-color: rgb(61,181,54); }

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

border-color css

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

 span { border-color: rgb(61,181,54); }

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