Html Css Color HEX #3DB73F Lime Green

📋 copy color: '#3DB73F'

red 61 ◦ green 183 ◦ blue 63

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

Shades of Lime Green #3DB73F

Tints of Lime Green #3DB73F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 59.61%

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

R = 19.87%
G = 59.61%
B = 20.52%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#3DB73F (or 0x3DB73F) is known color: Lime Green. HEX triplet: 3D, B7 and 3F. RGB value is (61,183,63). Sum of RGB (Red+Green+Blue) = 61+183+63=307 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.87% from 307); Green value is 183 (71.88% from 255 or 59.61% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB73F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB73F is #C248C0. Grayscale: #858585. Windows color (decimal): -12732609 or 4175677. OLE color: 4175677.

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

Color convert

RGB 61 183 63 -
CMYK 0.67 0 0.66 0.28
HSL 120.98º 0.5% 0.48% -
HSV(B) 120.98º 0.67% 0.72% -
XYZ 19.76 35.22 10.46 -
YUV 132.84 88.58 76.76 -
System Red Green Blue C M Y K H S L
Decimal 61 183 63 0.67 0 0.66 0.28 120.98 0.5 0.48
Hex 3D B7 3F 43 0 42 1C 79 32 30
Octal 75 267 77 103 0 102 34 171 62 60
Binary 111101 10110111 111111 1000011 0 1000010 11100 1111001 110010 110000

Color Harmonies of #3DB73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB73F

Black with #3DB73F

Text Example


Text Example

White with #3DB73F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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