Html Css Color HEX #3DD13C Lime Green

📋 copy color: '#3DD13C'

red 61 ◦ green 209 ◦ blue 60

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

Shades of Lime Green #3DD13C

Tints of Lime Green #3DD13C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.18%

R = 18.48%
G = 63.33%
B = 18.18%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#3DD13C (or 0x3DD13C) is known color: Lime Green. HEX triplet: 3D, D1 and 3C. RGB value is (61,209,60). Sum of RGB (Red+Green+Blue) = 61+209+60=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 209 (82.03% from 255 or 63.33% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 209 - color contains mainly: green. Hex color #3DD13C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD13C is #C22EC3. Grayscale: #949494. Windows color (decimal): -12725956 or 3985725. OLE color: 3985725.

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

Color convert

RGB 61 209 60 -
CMYK 0.71 0 0.71 0.18
HSL 119.6º 0.62% 0.53% -
HSV(B) 119.6º 0.71% 0.82% -
XYZ 25.54 46.92 11.99 -
YUV 147.76 78.47 66.12 -
System Red Green Blue C M Y K H S L
Decimal 61 209 60 0.71 0 0.71 0.18 119.6 0.62 0.53
Hex 3D D1 3C 47 0 47 12 78 3E 35
Octal 75 321 74 107 0 107 22 170 76 65
Binary 111101 11010001 111100 1000111 0 1000111 10010 1111000 111110 110101

Color Harmonies of #3DD13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD13C

Black with #3DD13C

Text Example


Text Example

White with #3DD13C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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