Html Css Color HEX #40F32A Lime Green

📋 copy color: '#40F32A'

red 64 ◦ green 243 ◦ blue 42

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

Shades of Lime Green #40F32A

Tints of Lime Green #40F32A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.03%

R = 18.34%
G = 69.63%
B = 12.03%

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

#40F32A (or 0x40F32A) is known color: Lime Green. HEX triplet: 40, F3 and 2A. RGB value is (64,243,42). Sum of RGB (Red+Green+Blue) = 64+243+42=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 243 (95.31% from 255 or 69.63% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 243 - color contains mainly: green. Hex color #40F32A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F32A is #BF0CD5. Grayscale: #A7A7A7. Windows color (decimal): -12520662 or 2814784. OLE color: 2814784.

HSL color Cylindrical-coordinate representation of color #40F32A: hue angle of 113.43º 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 #40F32A is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 64 243 42 -
CMYK 0.74 0 0.83 0.05
HSL 113.43º 0.89% 0.56% -
HSV(B) 113.43º 0.83% 0.95% -
XYZ 34.58 65.36 12.98 -
YUV 166.57 57.7 54.84 -
System Red Green Blue C M Y K H S L
Decimal 64 243 42 0.74 0 0.83 0.05 113.43 0.89 0.56
Hex 40 F3 2A 4A 0 53 5 71 59 38
Octal 100 363 52 112 0 123 5 161 131 70
Binary 1000000 11110011 101010 1001010 0 1010011 101 1110001 1011001 111000

Color Harmonies of #40F32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F32A

Black with #40F32A

Text Example


Text Example

White with #40F32A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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