Html Css Color HEX #3DDB3F Lime Green

📋 copy color: '#3DDB3F'

red 61 ◦ green 219 ◦ blue 63

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

Shades of Lime Green #3DDB3F

Tints of Lime Green #3DDB3F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 63.85%

 BLUE value IS 63 (25% from 255) = 18.37%

R = 17.78%
G = 63.85%
B = 18.37%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#3DDB3F (or 0x3DDB3F) is known color: Lime Green. HEX triplet: 3D, DB and 3F. RGB value is (61,219,63). Sum of RGB (Red+Green+Blue) = 61+219+63=343 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.78% from 343); Green value is 219 (85.94% from 255 or 63.85% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDB3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDB3F is #C224C0. Grayscale: #9A9A9A. Windows color (decimal): -12723393 or 4184893. OLE color: 4184893.

HSL color Cylindrical-coordinate representation of color #3DDB3F: hue angle of 120.76º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDB3F is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 61 219 63 -
CMYK 0.72 0 0.71 0.14
HSL 120.76º 0.69% 0.55% -
HSV(B) 120.76º 0.72% 0.86% -
XYZ 28.15 52.01 13.26 -
YUV 153.97 76.65 61.68 -
System Red Green Blue C M Y K H S L
Decimal 61 219 63 0.72 0 0.71 0.14 120.76 0.69 0.55
Hex 3D DB 3F 48 0 47 E 79 45 37
Octal 75 333 77 110 0 107 16 171 105 67
Binary 111101 11011011 111111 1001000 0 1000111 1110 1111001 1000101 110111

Color Harmonies of #3DDB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDB3F

Black with #3DDB3F

Text Example


Text Example

White with #3DDB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,219,63); }

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

background-color css

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

 a { background-color: rgb(61,219,63); }

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

border-color css

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

 span { border-color: rgb(61,219,63); }

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