Html Css Color HEX #40F14C Lime Green

📋 copy color: '#40F14C'

red 64 ◦ green 241 ◦ blue 76

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

Shades of Lime Green #40F14C

Tints of Lime Green #40F14C

RGB

 RED value IS 64 (25.39% from 255) = 16.8%

 GREEN value IS 241 (94.53% from 255) = 63.25%

 BLUE value IS 76 (30.08% from 255) = 19.95%

R = 16.8%
G = 63.25%
B = 19.95%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#40F14C (or 0x40F14C) is known color: Lime Green. HEX triplet: 40, F1 and 4C. RGB value is (64,241,76). Sum of RGB (Red+Green+Blue) = 64+241+76=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 241 (94.53% from 255 or 63.25% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 241 - color contains mainly: green. Hex color #40F14C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F14C is #BF0EB3. Grayscale: #A9A9A9. Windows color (decimal): -12521140 or 5042496. OLE color: 5042496.

HSL color Cylindrical-coordinate representation of color #40F14C: hue angle of 124.07º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40F14C is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 64 241 76 -
CMYK 0.73 0 0.68 0.05
HSL 124.07º 0.86% 0.6% -
HSV(B) 124.07º 0.73% 0.95% -
XYZ 34.87 64.52 17.45 -
YUV 169.27 75.36 52.92 -
System Red Green Blue C M Y K H S L
Decimal 64 241 76 0.73 0 0.68 0.05 124.07 0.86 0.6
Hex 40 F1 4C 49 0 44 5 7C 56 3C
Octal 100 361 114 111 0 104 5 174 126 74
Binary 1000000 11110001 1001100 1001001 0 1000100 101 1111100 1010110 111100

Color Harmonies of #40F14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F14C

Black with #40F14C

Text Example


Text Example

White with #40F14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40F14C; }

 p { color: rgb(64,241,76); }

 H1.HeaderClassName
 {
   color: #40F14C;
 }
 .AnyTagClassName
 {
   color: #40F14C;
 }
</style>

background-color css

<style>
 a { background-color: #40F14C; }

 a { background-color: rgb(64,241,76); }

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

border-color css

<style>
 span { border-color: #40F14C; }

 span { border-color: rgb(64,241,76); }

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