Html Css Color HEX #3DD11C Lime Green

📋 copy color: '#3DD11C'

red 61 ◦ green 209 ◦ blue 28

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

Shades of Lime Green #3DD11C

Tints of Lime Green #3DD11C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 70.13%

 BLUE value IS 28 (11.33% from 255) = 9.4%

R = 20.47%
G = 70.13%
B = 9.4%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#3DD11C (or 0x3DD11C) is known color: Lime Green. HEX triplet: 3D, D1 and 1C. RGB value is (61,209,28). Sum of RGB (Red+Green+Blue) = 61+209+28=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 209 (82.03% from 255 or 70.13% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 209 - color contains mainly: green. Hex color #3DD11C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD11C is #C22EE3. Grayscale: #909090. Windows color (decimal): -12725988 or 1888573. OLE color: 1888573.

HSL color Cylindrical-coordinate representation of color #3DD11C: hue angle of 109.06º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3DD11C is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 61 209 28 -
CMYK 0.71 0 0.87 0.18
HSL 109.06º 0.76% 0.46% -
HSV(B) 109.06º 0.87% 0.82% -
XYZ 24.93 46.68 8.79 -
YUV 144.11 62.47 68.72 -
System Red Green Blue C M Y K H S L
Decimal 61 209 28 0.71 0 0.87 0.18 109.06 0.76 0.46
Hex 3D D1 1C 47 0 57 12 6D 4C 2E
Octal 75 321 34 107 0 127 22 155 114 56
Binary 111101 11010001 11100 1000111 0 1010111 10010 1101101 1001100 101110

Color Harmonies of #3DD11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD11C

Black with #3DD11C

Text Example


Text Example

White with #3DD11C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,209,28); }

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

background-color css

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

 a { background-color: rgb(61,209,28); }

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

border-color css

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

 span { border-color: rgb(61,209,28); }

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