Html Css Color HEX #3FF040 Lime Green

📋 copy color: '#3FF040'

red 63 ◦ green 240 ◦ blue 64

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

Shades of Lime Green #3FF040

Tints of Lime Green #3FF040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.44%

R = 17.17%
G = 65.4%
B = 17.44%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#3FF040 (or 0x3FF040) is known color: Lime Green. HEX triplet: 3F, F0 and 40. RGB value is (63,240,64). Sum of RGB (Red+Green+Blue) = 63+240+64=367 (48% of max value = 765). Red value is 63 (25% from 255 or 17.17% from 367); Green value is 240 (94.14% from 255 or 65.40% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF040 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF040 is #C00FBF. Grayscale: #A7A7A7. Windows color (decimal): -12586944 or 4255807. OLE color: 4255807.

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

Color convert

RGB 63 240 64 -
CMYK 0.74 0 0.73 0.06
HSL 120.34º 0.86% 0.59% -
HSV(B) 120.34º 0.74% 0.94% -
XYZ 34.14 63.75 15.36 -
YUV 167.01 69.86 53.81 -
System Red Green Blue C M Y K H S L
Decimal 63 240 64 0.74 0 0.73 0.06 120.34 0.86 0.59
Hex 3F F0 40 4A 0 49 6 78 56 3B
Octal 77 360 100 112 0 111 6 170 126 73
Binary 111111 11110000 1000000 1001010 0 1001001 110 1111000 1010110 111011

Color Harmonies of #3FF040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF040

Black with #3FF040

Text Example


Text Example

White with #3FF040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,240,64); }

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

background-color css

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

 a { background-color: rgb(63,240,64); }

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

border-color css

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

 span { border-color: rgb(63,240,64); }

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