Html Css Color HEX #3DB537 Lime Green

📋 copy color: '#3DB537'

red 61 ◦ green 181 ◦ blue 55

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

Shades of Lime Green #3DB537

Tints of Lime Green #3DB537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.52%

R = 20.54%
G = 60.94%
B = 18.52%

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

#3DB537 (or 0x3DB537) is known color: Lime Green. HEX triplet: 3D, B5 and 37. RGB value is (61,181,55). Sum of RGB (Red+Green+Blue) = 61+181+55=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 181 (71.09% from 255 or 60.94% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB537 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB537 is #C24AC8. Grayscale: #838383. Windows color (decimal): -12733129 or 3650877. OLE color: 3650877.

HSL color Cylindrical-coordinate representation of color #3DB537: hue angle of 117.14º degrees, saturation: 0.53, 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 #3DB537 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 61 181 55 -
CMYK 0.66 0 0.70 0.29
HSL 117.14º 0.53% 0.46% -
HSV(B) 117.14º 0.7% 0.71% -
XYZ 19.14 34.32 9.23 -
YUV 130.76 85.24 78.25 -
System Red Green Blue C M Y K H S L
Decimal 61 181 55 0.66 0 0.70 0.29 117.14 0.53 0.46
Hex 3D B5 37 42 0 46 1D 75 35 2E
Octal 75 265 67 102 0 106 35 165 65 56
Binary 111101 10110101 110111 1000010 0 1000110 11101 1110101 110101 101110

Color Harmonies of #3DB537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB537

Black with #3DB537

Text Example


Text Example

White with #3DB537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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