Html Css Color HEX #40C831 Lime Green

📋 copy color: '#40C831'

red 64 ◦ green 200 ◦ blue 49

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

Shades of Lime Green #40C831

Tints of Lime Green #40C831

RGB

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

 GREEN value IS 200 (78.52% from 255) = 63.9%

 BLUE value IS 49 (19.53% from 255) = 15.65%

R = 20.45%
G = 63.9%
B = 15.65%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#40C831 (or 0x40C831) is known color: Lime Green. HEX triplet: 40, C8 and 31. RGB value is (64,200,49). Sum of RGB (Red+Green+Blue) = 64+200+49=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 200 (78.52% from 255 or 63.90% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 200 - color contains mainly: green. Hex color #40C831 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C831 is #BF37CE. Grayscale: #8E8E8E. Windows color (decimal): -12531663 or 3262528. OLE color: 3262528.

HSL color Cylindrical-coordinate representation of color #40C831: hue angle of 114.04º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40C831 is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 200 49 -
CMYK 0.68 0 0.76 0.22
HSL 114.04º 0.61% 0.49% -
HSV(B) 114.04º 0.76% 0.78% -
XYZ 23.32 42.62 9.9 -
YUV 142.12 75.44 72.28 -
System Red Green Blue C M Y K H S L
Decimal 64 200 49 0.68 0 0.76 0.22 114.04 0.61 0.49
Hex 40 C8 31 44 0 4C 16 72 3D 31
Octal 100 310 61 104 0 114 26 162 75 61
Binary 1000000 11001000 110001 1000100 0 1001100 10110 1110010 111101 110001

Color Harmonies of #40C831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C831

Black with #40C831

Text Example


Text Example

White with #40C831

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,200,49); }

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

background-color css

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

 a { background-color: rgb(64,200,49); }

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

border-color css

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

 span { border-color: rgb(64,200,49); }

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