Html Css Color HEX #40F329 Lime Green

📋 copy color: '#40F329'

red 64 ◦ green 243 ◦ blue 41

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

Shades of Lime Green #40F329

Tints of Lime Green #40F329

RGB

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

 GREEN value IS 243 (95.31% from 255) = 69.83%

 BLUE value IS 41 (16.41% from 255) = 11.78%

R = 18.39%
G = 69.83%
B = 11.78%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#40F329 (or 0x40F329) is known color: Lime Green. HEX triplet: 40, F3 and 29. RGB value is (64,243,41). Sum of RGB (Red+Green+Blue) = 64+243+41=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 243 (95.31% from 255 or 69.83% from 348); Blue value is 41 (16.41% from 255 or 11.78% from 348); Max value from RGB is 243 - color contains mainly: green. Hex color #40F329 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F329 is #BF0CD6. Grayscale: #A7A7A7. Windows color (decimal): -12520663 or 2749248. OLE color: 2749248.

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

Color convert

RGB 64 243 41 -
CMYK 0.74 0 0.83 0.05
HSL 113.17º 0.89% 0.56% -
HSV(B) 113.17º 0.83% 0.95% -
XYZ 34.57 65.35 12.89 -
YUV 166.45 57.2 54.93 -
System Red Green Blue C M Y K H S L
Decimal 64 243 41 0.74 0 0.83 0.05 113.17 0.89 0.56
Hex 40 F3 29 4A 0 53 5 71 59 38
Octal 100 363 51 112 0 123 5 161 131 70
Binary 1000000 11110011 101001 1001010 0 1010011 101 1110001 1011001 111000

Color Harmonies of #40F329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F329

Black with #40F329

Text Example


Text Example

White with #40F329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,243,41); }

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

background-color css

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

 a { background-color: rgb(64,243,41); }

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

border-color css

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

 span { border-color: rgb(64,243,41); }

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