Html Css Color HEX #3DF049 Lime Green

📋 copy color: '#3DF049'

red 61 ◦ green 240 ◦ blue 73

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

Shades of Lime Green #3DF049

Tints of Lime Green #3DF049

RGB

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

 GREEN value IS 240 (94.14% from 255) = 64.17%

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

R = 16.31%
G = 64.17%
B = 19.52%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#3DF049 (or 0x3DF049) is known color: Lime Green. HEX triplet: 3D, F0 and 49. RGB value is (61,240,73). Sum of RGB (Red+Green+Blue) = 61+240+73=374 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.31% from 374); Green value is 240 (94.14% from 255 or 64.17% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF049 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF049 is #C20FB6. Grayscale: #A7A7A7. Windows color (decimal): -12718007 or 4845629. OLE color: 4845629.

HSL color Cylindrical-coordinate representation of color #3DF049: hue angle of 124.02º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF049 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 61 240 73 -
CMYK 0.75 0 0.70 0.06
HSL 124.02º 0.86% 0.59% -
HSV(B) 124.02º 0.75% 0.94% -
XYZ 34.29 63.79 16.81 -
YUV 167.44 74.7 52.08 -
System Red Green Blue C M Y K H S L
Decimal 61 240 73 0.75 0 0.70 0.06 124.02 0.86 0.59
Hex 3D F0 49 4B 0 46 6 7C 56 3B
Octal 75 360 111 113 0 106 6 174 126 73
Binary 111101 11110000 1001001 1001011 0 1000110 110 1111100 1010110 111011

Color Harmonies of #3DF049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF049

Black with #3DF049

Text Example


Text Example

White with #3DF049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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