Html Css Color HEX #40FB42 Lime Green

📋 copy color: '#40FB42'

red 64 ◦ green 251 ◦ blue 66

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

Shades of Lime Green #40FB42

Tints of Lime Green #40FB42

RGB

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

 GREEN value IS 251 (98.44% from 255) = 65.88%

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

R = 16.8%
G = 65.88%
B = 17.32%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#40FB42 (or 0x40FB42) is known color: Lime Green. HEX triplet: 40, FB and 42. RGB value is (64,251,66). Sum of RGB (Red+Green+Blue) = 64+251+66=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 251 (98.44% from 255 or 65.88% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 251 - color contains mainly: green. Hex color #40FB42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40FB42 is #BF04BD. Grayscale: #AEAEAE. Windows color (decimal): -12518590 or 4389696. OLE color: 4389696.

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

Color convert

RGB 64 251 66 -
CMYK 0.75 0 0.74 0.02
HSL 120.64º 0.96% 0.62% -
HSV(B) 120.64º 0.75% 0.98% -
XYZ 37.59 70.48 16.78 -
YUV 174 67.05 49.54 -
System Red Green Blue C M Y K H S L
Decimal 64 251 66 0.75 0 0.74 0.02 120.64 0.96 0.62
Hex 40 FB 42 4B 0 4A 2 79 60 3E
Octal 100 373 102 113 0 112 2 171 140 76
Binary 1000000 11111011 1000010 1001011 0 1001010 10 1111001 1100000 111110

Color Harmonies of #40FB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FB42

Black with #40FB42

Text Example


Text Example

White with #40FB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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