Html Css Color HEX #3DF547 Lime Green

📋 copy color: '#3DF547'

red 61 ◦ green 245 ◦ blue 71

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

Shades of Lime Green #3DF547

Tints of Lime Green #3DF547

RGB

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

 GREEN value IS 245 (96.09% from 255) = 64.99%

 BLUE value IS 71 (28.13% from 255) = 18.83%

R = 16.18%
G = 64.99%
B = 18.83%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#3DF547 (or 0x3DF547) is known color: Lime Green. HEX triplet: 3D, F5 and 47. RGB value is (61,245,71). Sum of RGB (Red+Green+Blue) = 61+245+71=377 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.18% from 377); Green value is 245 (96.09% from 255 or 64.99% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 245 - color contains mainly: green. Hex color #3DF547 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF547 is #C20AB8. Grayscale: #AAAAAA. Windows color (decimal): -12716729 or 4715837. OLE color: 4715837.

HSL color Cylindrical-coordinate representation of color #3DF547: hue angle of 123.26º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF547 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 61 245 71 -
CMYK 0.75 0 0.71 0.04
HSL 123.26º 0.9% 0.6% -
HSV(B) 123.26º 0.75% 0.96% -
XYZ 35.71 66.75 16.96 -
YUV 170.15 72.04 50.15 -
System Red Green Blue C M Y K H S L
Decimal 61 245 71 0.75 0 0.71 0.04 123.26 0.9 0.6
Hex 3D F5 47 4B 0 47 4 7B 5A 3C
Octal 75 365 107 113 0 107 4 173 132 74
Binary 111101 11110101 1000111 1001011 0 1000111 100 1111011 1011010 111100

Color Harmonies of #3DF547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF547

Black with #3DF547

Text Example


Text Example

White with #3DF547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,245,71); }

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

background-color css

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

 a { background-color: rgb(61,245,71); }

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

border-color css

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

 span { border-color: rgb(61,245,71); }

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