Html Css Color HEX #40F945 Lime Green

📋 copy color: '#40F945'

red 64 ◦ green 249 ◦ blue 69

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

Shades of Lime Green #40F945

Tints of Lime Green #40F945

RGB

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

 GREEN value IS 249 (97.66% from 255) = 65.18%

 BLUE value IS 69 (27.34% from 255) = 18.06%

R = 16.75%
G = 65.18%
B = 18.06%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#40F945 (or 0x40F945) is known color: Lime Green. HEX triplet: 40, F9 and 45. RGB value is (64,249,69). Sum of RGB (Red+Green+Blue) = 64+249+69=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 249 (97.66% from 255 or 65.18% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 249 - color contains mainly: green. Hex color #40F945 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F945 is #BF06BA. Grayscale: #ADADAD. Windows color (decimal): -12519099 or 4585792. OLE color: 4585792.

HSL color Cylindrical-coordinate representation of color #40F945: hue angle of 121.62º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F945 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 249 69 -
CMYK 0.74 0 0.72 0.02
HSL 121.62º 0.94% 0.61% -
HSV(B) 121.62º 0.74% 0.98% -
XYZ 37.06 69.27 17.05 -
YUV 173.17 69.21 50.14 -
System Red Green Blue C M Y K H S L
Decimal 64 249 69 0.74 0 0.72 0.02 121.62 0.94 0.61
Hex 40 F9 45 4A 0 48 2 7A 5E 3D
Octal 100 371 105 112 0 110 2 172 136 75
Binary 1000000 11111001 1000101 1001010 0 1001000 10 1111010 1011110 111101

Color Harmonies of #40F945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F945

Black with #40F945

Text Example


Text Example

White with #40F945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,249,69); }

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

background-color css

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

 a { background-color: rgb(64,249,69); }

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

border-color css

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

 span { border-color: rgb(64,249,69); }

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