Html Css Color HEX #3DED49 Lime Green

📋 copy color: '#3DED49'

red 61 ◦ green 237 ◦ blue 73

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

Shades of Lime Green #3DED49

Tints of Lime Green #3DED49

RGB

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

 GREEN value IS 237 (92.97% from 255) = 63.88%

 BLUE value IS 73 (28.91% from 255) = 19.68%

R = 16.44%
G = 63.88%
B = 19.68%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#3DED49 (or 0x3DED49) is known color: Lime Green. HEX triplet: 3D, ED and 49. RGB value is (61,237,73). Sum of RGB (Red+Green+Blue) = 61+237+73=371 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.44% from 371); Green value is 237 (92.97% from 255 or 63.88% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 237 - color contains mainly: green. Hex color #3DED49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DED49 is #C212B6. Grayscale: #A6A6A6. Windows color (decimal): -12718775 or 4844861. OLE color: 4844861.

HSL color Cylindrical-coordinate representation of color #3DED49: hue angle of 124.09º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DED49 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 61 237 73 -
CMYK 0.74 0 0.69 0.07
HSL 124.09º 0.83% 0.58% -
HSV(B) 124.09º 0.74% 0.93% -
XYZ 33.41 62.04 16.52 -
YUV 165.68 75.69 53.34 -
System Red Green Blue C M Y K H S L
Decimal 61 237 73 0.74 0 0.69 0.07 124.09 0.83 0.58
Hex 3D ED 49 4A 0 45 7 7C 53 3A
Octal 75 355 111 112 0 105 7 174 123 72
Binary 111101 11101101 1001001 1001010 0 1000101 111 1111100 1010011 111010

Color Harmonies of #3DED49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DED49

Black with #3DED49

Text Example


Text Example

White with #3DED49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,237,73); }

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

background-color css

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

 a { background-color: rgb(61,237,73); }

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

border-color css

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

 span { border-color: rgb(61,237,73); }

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