Html Css Color HEX #3DD918 Lime Green

📋 copy color: '#3DD918'

red 61 ◦ green 217 ◦ blue 24

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

Shades of Lime Green #3DD918

Tints of Lime Green #3DD918

RGB

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

 GREEN value IS 217 (85.16% from 255) = 71.85%

 BLUE value IS 24 (9.77% from 255) = 7.95%

R = 20.2%
G = 71.85%
B = 7.95%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#3DD918 (or 0x3DD918) is known color: Lime Green. HEX triplet: 3D, D9 and 18. RGB value is (61,217,24). Sum of RGB (Red+Green+Blue) = 61+217+24=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 217 (85.16% from 255 or 71.85% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 217 - color contains mainly: green. Hex color #3DD918 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DD918 is #C226E7. Grayscale: #949494. Windows color (decimal): -12723944 or 1628477. OLE color: 1628477.

HSL color Cylindrical-coordinate representation of color #3DD918: hue angle of 108.5º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3DD918 is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 61 217 24 -
CMYK 0.72 0 0.89 0.15
HSL 108.5º 0.8% 0.47% -
HSV(B) 108.5º 0.89% 0.85% -
XYZ 26.9 50.68 9.23 -
YUV 148.35 57.82 65.69 -
System Red Green Blue C M Y K H S L
Decimal 61 217 24 0.72 0 0.89 0.15 108.5 0.8 0.47
Hex 3D D9 18 48 0 59 F 6C 50 2F
Octal 75 331 30 110 0 131 17 154 120 57
Binary 111101 11011001 11000 1001000 0 1011001 1111 1101100 1010000 101111

Color Harmonies of #3DD918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD918

Black with #3DD918

Text Example


Text Example

White with #3DD918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,217,24); }

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

background-color css

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

 a { background-color: rgb(61,217,24); }

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

border-color css

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

 span { border-color: rgb(61,217,24); }

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