Html Css Color HEX #3DD61F Lime Green

📋 copy color: '#3DD61F'

red 61 ◦ green 214 ◦ blue 31

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

Shades of Lime Green #3DD61F

Tints of Lime Green #3DD61F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 69.93%

 BLUE value IS 31 (12.5% from 255) = 10.13%

R = 19.93%
G = 69.93%
B = 10.13%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#3DD61F (or 0x3DD61F) is known color: Lime Green. HEX triplet: 3D, D6 and 1F. RGB value is (61,214,31). Sum of RGB (Red+Green+Blue) = 61+214+31=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 214 (83.98% from 255 or 69.93% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 214 - color contains mainly: green. Hex color #3DD61F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD61F is #C229E0. Grayscale: #939393. Windows color (decimal): -12724705 or 2086461. OLE color: 2086461.

HSL color Cylindrical-coordinate representation of color #3DD61F: hue angle of 110.16º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3DD61F is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 61 214 31 -
CMYK 0.71 0 0.86 0.16
HSL 110.16º 0.75% 0.48% -
HSV(B) 110.16º 0.86% 0.84% -
XYZ 26.22 49.18 9.41 -
YUV 147.39 62.31 66.38 -
System Red Green Blue C M Y K H S L
Decimal 61 214 31 0.71 0 0.86 0.16 110.16 0.75 0.48
Hex 3D D6 1F 47 0 56 10 6E 4B 30
Octal 75 326 37 107 0 126 20 156 113 60
Binary 111101 11010110 11111 1000111 0 1010110 10000 1101110 1001011 110000

Color Harmonies of #3DD61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD61F

Black with #3DD61F

Text Example


Text Example

White with #3DD61F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,214,31); }

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

background-color css

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

 a { background-color: rgb(61,214,31); }

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

border-color css

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

 span { border-color: rgb(61,214,31); }

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