Html Css Color HEX #40C83F Lime Green

📋 copy color: '#40C83F'

red 64 ◦ green 200 ◦ blue 63

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

Shades of Lime Green #40C83F

Tints of Lime Green #40C83F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.27%

R = 19.57%
G = 61.16%
B = 19.27%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#40C83F (or 0x40C83F) is known color: Lime Green. HEX triplet: 40, C8 and 3F. RGB value is (64,200,63). Sum of RGB (Red+Green+Blue) = 64+200+63=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 200 (78.52% from 255 or 61.16% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 200 - color contains mainly: green. Hex color #40C83F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C83F is #BF37C0. Grayscale: #909090. Windows color (decimal): -12531649 or 4180032. OLE color: 4180032.

HSL color Cylindrical-coordinate representation of color #40C83F: hue angle of 119.56º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40C83F is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 200 63 -
CMYK 0.68 0 0.68 0.22
HSL 119.56º 0.55% 0.52% -
HSV(B) 119.56º 0.69% 0.78% -
XYZ 23.67 42.76 11.71 -
YUV 143.72 82.44 71.14 -
System Red Green Blue C M Y K H S L
Decimal 64 200 63 0.68 0 0.68 0.22 119.56 0.55 0.52
Hex 40 C8 3F 44 0 44 16 78 37 34
Octal 100 310 77 104 0 104 26 170 67 64
Binary 1000000 11001000 111111 1000100 0 1000100 10110 1111000 110111 110100

Color Harmonies of #40C83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C83F

Black with #40C83F

Text Example


Text Example

White with #40C83F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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