Html Css Color HEX #40FA42 Lime Green

📋 copy color: '#40FA42'

red 64 ◦ green 250 ◦ blue 66

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

Shades of Lime Green #40FA42

Tints of Lime Green #40FA42

RGB

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

 GREEN value IS 250 (98.05% from 255) = 65.79%

 BLUE value IS 66 (26.17% from 255) = 17.37%

R = 16.84%
G = 65.79%
B = 17.37%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#40FA42 (or 0x40FA42) is known color: Lime Green. HEX triplet: 40, FA and 42. RGB value is (64,250,66). Sum of RGB (Red+Green+Blue) = 64+250+66=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 250 (98.05% from 255 or 65.79% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 250 - color contains mainly: green. Hex color #40FA42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40FA42 is #BF05BD. Grayscale: #ADADAD. Windows color (decimal): -12518846 or 4389440. OLE color: 4389440.

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

Color convert

RGB 64 250 66 -
CMYK 0.74 0 0.74 0.02
HSL 120.65º 0.95% 0.62% -
HSV(B) 120.65º 0.74% 0.98% -
XYZ 37.28 69.85 16.67 -
YUV 173.41 67.38 49.96 -
System Red Green Blue C M Y K H S L
Decimal 64 250 66 0.74 0 0.74 0.02 120.65 0.95 0.62
Hex 40 FA 42 4A 0 4A 2 79 5F 3E
Octal 100 372 102 112 0 112 2 171 137 76
Binary 1000000 11111010 1000010 1001010 0 1001010 10 1111001 1011111 111110

Color Harmonies of #40FA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FA42

Black with #40FA42

Text Example


Text Example

White with #40FA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,250,66); }

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

background-color css

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

 a { background-color: rgb(64,250,66); }

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

border-color css

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

 span { border-color: rgb(64,250,66); }

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