Html Css Color HEX #40F249 Lime Green

📋 copy color: '#40F249'

red 64 ◦ green 242 ◦ blue 73

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

Shades of Lime Green #40F249

Tints of Lime Green #40F249

RGB

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

 GREEN value IS 242 (94.92% from 255) = 63.85%

 BLUE value IS 73 (28.91% from 255) = 19.26%

R = 16.89%
G = 63.85%
B = 19.26%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#40F249 (or 0x40F249) is known color: Lime Green. HEX triplet: 40, F2 and 49. RGB value is (64,242,73). Sum of RGB (Red+Green+Blue) = 64+242+73=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 242 (94.92% from 255 or 63.85% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 242 - color contains mainly: green. Hex color #40F249 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F249 is #BF0DB6. Grayscale: #AAAAAA. Windows color (decimal): -12520887 or 4846144. OLE color: 4846144.

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

Color convert

RGB 64 242 73 -
CMYK 0.74 0 0.70 0.05
HSL 123.03º 0.87% 0.6% -
HSV(B) 123.03º 0.74% 0.95% -
XYZ 35.07 65.08 17.02 -
YUV 169.51 73.53 52.74 -
System Red Green Blue C M Y K H S L
Decimal 64 242 73 0.74 0 0.70 0.05 123.03 0.87 0.6
Hex 40 F2 49 4A 0 46 5 7B 57 3C
Octal 100 362 111 112 0 106 5 173 127 74
Binary 1000000 11110010 1001001 1001010 0 1000110 101 1111011 1010111 111100

Color Harmonies of #40F249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F249

Black with #40F249

Text Example


Text Example

White with #40F249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,242,73); }

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

background-color css

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

 a { background-color: rgb(64,242,73); }

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

border-color css

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

 span { border-color: rgb(64,242,73); }

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