Html Css Color HEX #40C249 Lime Green

📋 copy color: '#40C249'

red 64 ◦ green 194 ◦ blue 73

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

Shades of Lime Green #40C249

Tints of Lime Green #40C249

RGB

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

 GREEN value IS 194 (76.17% from 255) = 58.61%

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

R = 19.34%
G = 58.61%
B = 22.05%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#40C249 (or 0x40C249) is known color: Lime Green. HEX triplet: 40, C2 and 49. RGB value is (64,194,73). Sum of RGB (Red+Green+Blue) = 64+194+73=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 194 (76.17% from 255 or 58.61% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 194 - color contains mainly: green. Hex color #40C249 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C249 is #BF3DB6. Grayscale: #8D8D8D. Windows color (decimal): -12533175 or 4833856. OLE color: 4833856.

HSL color Cylindrical-coordinate representation of color #40C249: hue angle of 124.15º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C249 is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 194 73 -
CMYK 0.67 0 0.62 0.24
HSL 124.15º 0.52% 0.51% -
HSV(B) 124.15º 0.67% 0.76% -
XYZ 22.61 40.15 12.86 -
YUV 141.34 89.43 72.84 -
System Red Green Blue C M Y K H S L
Decimal 64 194 73 0.67 0 0.62 0.24 124.15 0.52 0.51
Hex 40 C2 49 43 0 3E 18 7C 34 33
Octal 100 302 111 103 0 76 30 174 64 63
Binary 1000000 11000010 1001001 1000011 0 111110 11000 1111100 110100 110011

Color Harmonies of #40C249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C249

Black with #40C249

Text Example


Text Example

White with #40C249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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