Html Css Color HEX #3DB93F Lime Green

📋 copy color: '#3DB93F'

red 61 ◦ green 185 ◦ blue 63

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

Shades of Lime Green #3DB93F

Tints of Lime Green #3DB93F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 59.87%

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

R = 19.74%
G = 59.87%
B = 20.39%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#3DB93F (or 0x3DB93F) is known color: Lime Green. HEX triplet: 3D, B9 and 3F. RGB value is (61,185,63). Sum of RGB (Red+Green+Blue) = 61+185+63=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 185 (72.66% from 255 or 59.87% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB93F is #C246C0. Grayscale: #868686. Windows color (decimal): -12732097 or 4176189. OLE color: 4176189.

HSL color Cylindrical-coordinate representation of color #3DB93F: hue angle of 120.97º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB93F is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 185 63 -
CMYK 0.67 0 0.66 0.27
HSL 120.97º 0.5% 0.48% -
HSV(B) 120.97º 0.67% 0.73% -
XYZ 20.17 36.05 10.6 -
YUV 134.02 87.92 75.92 -
System Red Green Blue C M Y K H S L
Decimal 61 185 63 0.67 0 0.66 0.27 120.97 0.5 0.48
Hex 3D B9 3F 43 0 42 1B 79 32 30
Octal 75 271 77 103 0 102 33 171 62 60
Binary 111101 10111001 111111 1000011 0 1000010 11011 1111001 110010 110000

Color Harmonies of #3DB93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB93F

Black with #3DB93F

Text Example


Text Example

White with #3DB93F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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