Html Css Color HEX #3DC537 Lime Green

📋 copy color: '#3DC537'

red 61 ◦ green 197 ◦ blue 55

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

Shades of Lime Green #3DC537

Tints of Lime Green #3DC537

RGB

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

 GREEN value IS 197 (77.34% from 255) = 62.94%

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

R = 19.49%
G = 62.94%
B = 17.57%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#3DC537 (or 0x3DC537) is known color: Lime Green. HEX triplet: 3D, C5 and 37. RGB value is (61,197,55). Sum of RGB (Red+Green+Blue) = 61+197+55=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 197 (77.34% from 255 or 62.94% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 197 - color contains mainly: green. Hex color #3DC537 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC537 is #C23AC8. Grayscale: #8C8C8C. Windows color (decimal): -12729033 or 3654973. OLE color: 3654973.

HSL color Cylindrical-coordinate representation of color #3DC537: hue angle of 117.46º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DC537 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 61 197 55 -
CMYK 0.69 0 0.72 0.23
HSL 117.46º 0.56% 0.49% -
HSV(B) 117.46º 0.72% 0.77% -
XYZ 22.58 41.2 10.38 -
YUV 140.15 79.94 71.55 -
System Red Green Blue C M Y K H S L
Decimal 61 197 55 0.69 0 0.72 0.23 117.46 0.56 0.49
Hex 3D C5 37 45 0 48 17 75 38 31
Octal 75 305 67 105 0 110 27 165 70 61
Binary 111101 11000101 110111 1000101 0 1001000 10111 1110101 111000 110001

Color Harmonies of #3DC537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC537

Black with #3DC537

Text Example


Text Example

White with #3DC537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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