Html Css Color HEX #40F346 Lime Green

📋 copy color: '#40F346'

red 64 ◦ green 243 ◦ blue 70

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

Shades of Lime Green #40F346

Tints of Lime Green #40F346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.57%

R = 16.98%
G = 64.46%
B = 18.57%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#40F346 (or 0x40F346) is known color: Lime Green. HEX triplet: 40, F3 and 46. RGB value is (64,243,70). Sum of RGB (Red+Green+Blue) = 64+243+70=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 243 (95.31% from 255 or 64.46% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 243 - color contains mainly: green. Hex color #40F346 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F346 is #BF0CB9. Grayscale: #AAAAAA. Windows color (decimal): -12520634 or 4649792. OLE color: 4649792.

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

Color convert

RGB 64 243 70 -
CMYK 0.74 0 0.71 0.05
HSL 122.01º 0.88% 0.6% -
HSV(B) 122.01º 0.74% 0.95% -
XYZ 35.27 65.63 16.6 -
YUV 169.76 71.7 52.57 -
System Red Green Blue C M Y K H S L
Decimal 64 243 70 0.74 0 0.71 0.05 122.01 0.88 0.6
Hex 40 F3 46 4A 0 47 5 7A 58 3C
Octal 100 363 106 112 0 107 5 172 130 74
Binary 1000000 11110011 1000110 1001010 0 1000111 101 1111010 1011000 111100

Color Harmonies of #40F346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F346

Black with #40F346

Text Example


Text Example

White with #40F346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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