Html Css Color HEX #40F143 Lime Green

📋 copy color: '#40F143'

red 64 ◦ green 241 ◦ blue 67

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

Shades of Lime Green #40F143

Tints of Lime Green #40F143

RGB

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

 GREEN value IS 241 (94.53% from 255) = 64.78%

 BLUE value IS 67 (26.56% from 255) = 18.01%

R = 17.2%
G = 64.78%
B = 18.01%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#40F143 (or 0x40F143) is known color: Lime Green. HEX triplet: 40, F1 and 43. RGB value is (64,241,67). Sum of RGB (Red+Green+Blue) = 64+241+67=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 241 (94.53% from 255 or 64.78% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 241 - color contains mainly: green. Hex color #40F143 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F143 is #BF0EBC. Grayscale: #A8A8A8. Windows color (decimal): -12521149 or 4452672. OLE color: 4452672.

HSL color Cylindrical-coordinate representation of color #40F143: hue angle of 121.02º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40F143 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 64 241 67 -
CMYK 0.73 0 0.72 0.05
HSL 121.02º 0.86% 0.6% -
HSV(B) 121.02º 0.73% 0.95% -
XYZ 34.58 64.41 15.92 -
YUV 168.24 70.86 53.65 -
System Red Green Blue C M Y K H S L
Decimal 64 241 67 0.73 0 0.72 0.05 121.02 0.86 0.6
Hex 40 F1 43 49 0 48 5 79 56 3C
Octal 100 361 103 111 0 110 5 171 126 74
Binary 1000000 11110001 1000011 1001001 0 1001000 101 1111001 1010110 111100

Color Harmonies of #40F143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F143

Black with #40F143

Text Example


Text Example

White with #40F143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,241,67); }

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

background-color css

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

 a { background-color: rgb(64,241,67); }

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

border-color css

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

 span { border-color: rgb(64,241,67); }

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