Html Css Color HEX #40C044 Lime Green

📋 copy color: '#40C044'

red 64 ◦ green 192 ◦ blue 68

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

Shades of Lime Green #40C044

Tints of Lime Green #40C044

RGB

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

 GREEN value IS 192 (75.39% from 255) = 59.26%

 BLUE value IS 68 (26.95% from 255) = 20.99%

R = 19.75%
G = 59.26%
B = 20.99%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#40C044 (or 0x40C044) is known color: Lime Green. HEX triplet: 40, C0 and 44. RGB value is (64,192,68). Sum of RGB (Red+Green+Blue) = 64+192+68=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #40C044 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C044 is #BF3FBB. Grayscale: #8B8B8B. Windows color (decimal): -12533692 or 4505664. OLE color: 4505664.

HSL color Cylindrical-coordinate representation of color #40C044: hue angle of 121.88º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C044 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 192 68 -
CMYK 0.67 0 0.65 0.25
HSL 121.88º 0.5% 0.5% -
HSV(B) 121.88º 0.67% 0.75% -
XYZ 22.01 39.21 11.88 -
YUV 139.59 87.59 74.08 -
System Red Green Blue C M Y K H S L
Decimal 64 192 68 0.67 0 0.65 0.25 121.88 0.5 0.5
Hex 40 C0 44 43 0 41 19 7A 32 32
Octal 100 300 104 103 0 101 31 172 62 62
Binary 1000000 11000000 1000100 1000011 0 1000001 11001 1111010 110010 110010

Color Harmonies of #40C044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C044

Black with #40C044

Text Example


Text Example

White with #40C044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,192,68); }

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

background-color css

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

 a { background-color: rgb(64,192,68); }

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

border-color css

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

 span { border-color: rgb(64,192,68); }

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