Html Css Color HEX #3FE340 Lime Green

📋 copy color: '#3FE340'

red 63 ◦ green 227 ◦ blue 64

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

Shades of Lime Green #3FE340

Tints of Lime Green #3FE340

RGB

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

 GREEN value IS 227 (89.06% from 255) = 64.12%

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

R = 17.8%
G = 64.12%
B = 18.08%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#3FE340 (or 0x3FE340) is known color: Lime Green. HEX triplet: 3F, E3 and 40. RGB value is (63,227,64). Sum of RGB (Red+Green+Blue) = 63+227+64=354 (46% of max value = 765). Red value is 63 (25% from 255 or 17.80% from 354); Green value is 227 (89.06% from 255 or 64.12% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 227 - color contains mainly: green. Hex color #3FE340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE340 is #C01CBF. Grayscale: #9F9F9F. Windows color (decimal): -12590272 or 4252479. OLE color: 4252479.

HSL color Cylindrical-coordinate representation of color #3FE340: hue angle of 120.37º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE340 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 63 227 64 -
CMYK 0.72 0 0.72 0.11
HSL 120.37º 0.75% 0.57% -
HSV(B) 120.37º 0.72% 0.89% -
XYZ 30.44 56.37 14.13 -
YUV 159.38 74.17 59.25 -
System Red Green Blue C M Y K H S L
Decimal 63 227 64 0.72 0 0.72 0.11 120.37 0.75 0.57
Hex 3F E3 40 48 0 48 B 78 4B 39
Octal 77 343 100 110 0 110 13 170 113 71
Binary 111111 11100011 1000000 1001000 0 1001000 1011 1111000 1001011 111001

Color Harmonies of #3FE340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE340

Black with #3FE340

Text Example


Text Example

White with #3FE340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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