Html Css Color HEX #3DD61A Lime Green

📋 copy color: '#3DD61A'

red 61 ◦ green 214 ◦ blue 26

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

Shades of Lime Green #3DD61A

Tints of Lime Green #3DD61A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.64%

R = 20.27%
G = 71.1%
B = 8.64%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#3DD61A (or 0x3DD61A) is known color: Lime Green. HEX triplet: 3D, D6 and 1A. RGB value is (61,214,26). Sum of RGB (Red+Green+Blue) = 61+214+26=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 214 (83.98% from 255 or 71.10% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 214 - color contains mainly: green. Hex color #3DD61A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD61A is #C229E5. Grayscale: #939393. Windows color (decimal): -12724710 or 1758781. OLE color: 1758781.

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

Color convert

RGB 61 214 26 -
CMYK 0.71 0 0.88 0.16
HSL 108.83º 0.78% 0.47% -
HSV(B) 108.83º 0.88% 0.84% -
XYZ 26.16 49.16 9.09 -
YUV 146.82 59.81 66.79 -
System Red Green Blue C M Y K H S L
Decimal 61 214 26 0.71 0 0.88 0.16 108.83 0.78 0.47
Hex 3D D6 1A 47 0 58 10 6D 4E 2F
Octal 75 326 32 107 0 130 20 155 116 57
Binary 111101 11010110 11010 1000111 0 1011000 10000 1101101 1001110 101111

Color Harmonies of #3DD61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD61A

Black with #3DD61A

Text Example


Text Example

White with #3DD61A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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