Html Css Color HEX #3FD537 Lime Green

📋 copy color: '#3FD537'

red 63 ◦ green 213 ◦ blue 55

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

Shades of Lime Green #3FD537

Tints of Lime Green #3FD537

RGB

 RED value IS 63 (25% from 255) = 19.03%

 GREEN value IS 213 (83.59% from 255) = 64.35%

 BLUE value IS 55 (21.88% from 255) = 16.62%

R = 19.03%
G = 64.35%
B = 16.62%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#3FD537 (or 0x3FD537) is known color: Lime Green. HEX triplet: 3F, D5 and 37. RGB value is (63,213,55). Sum of RGB (Red+Green+Blue) = 63+213+55=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 213 (83.59% from 255 or 64.35% from 331); Blue value is 55 (21.88% from 255 or 16.62% from 331); Max value from RGB is 213 - color contains mainly: green. Hex color #3FD537 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD537 is #C02AC8. Grayscale: #969696. Windows color (decimal): -12593865 or 3659071. OLE color: 3659071.

HSL color Cylindrical-coordinate representation of color #3FD537: hue angle of 116.96º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FD537 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 63 213 55 -
CMYK 0.70 0 0.74 0.16
HSL 116.96º 0.65% 0.53% -
HSV(B) 116.96º 0.74% 0.84% -
XYZ 26.53 48.92 11.66 -
YUV 150.14 74.31 65.85 -
System Red Green Blue C M Y K H S L
Decimal 63 213 55 0.70 0 0.74 0.16 116.96 0.65 0.53
Hex 3F D5 37 46 0 4A 10 75 41 35
Octal 77 325 67 106 0 112 20 165 101 65
Binary 111111 11010101 110111 1000110 0 1001010 10000 1110101 1000001 110101

Color Harmonies of #3FD537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD537

Black with #3FD537

Text Example


Text Example

White with #3FD537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,213,55); }

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

background-color css

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

 a { background-color: rgb(63,213,55); }

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

border-color css

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

 span { border-color: rgb(63,213,55); }

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