Html Css Color HEX #40C14B Lime Green

📋 copy color: '#40C14B'

red 64 ◦ green 193 ◦ blue 75

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

Shades of Lime Green #40C14B

Tints of Lime Green #40C14B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 58.13%

 BLUE value IS 75 (29.69% from 255) = 22.59%

R = 19.28%
G = 58.13%
B = 22.59%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#40C14B (or 0x40C14B) is known color: Lime Green. HEX triplet: 40, C1 and 4B. RGB value is (64,193,75). Sum of RGB (Red+Green+Blue) = 64+193+75=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 193 (75.78% from 255 or 58.13% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 193 - color contains mainly: green. Hex color #40C14B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C14B is #BF3EB4. Grayscale: #8D8D8D. Windows color (decimal): -12533429 or 4964672. OLE color: 4964672.

HSL color Cylindrical-coordinate representation of color #40C14B: hue angle of 125.12º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C14B is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 193 75 -
CMYK 0.67 0 0.61 0.24
HSL 125.12º 0.51% 0.5% -
HSV(B) 125.12º 0.67% 0.76% -
XYZ 22.45 39.74 13.14 -
YUV 140.98 90.76 73.09 -
System Red Green Blue C M Y K H S L
Decimal 64 193 75 0.67 0 0.61 0.24 125.12 0.51 0.5
Hex 40 C1 4B 43 0 3D 18 7D 33 32
Octal 100 301 113 103 0 75 30 175 63 62
Binary 1000000 11000001 1001011 1000011 0 111101 11000 1111101 110011 110010

Color Harmonies of #40C14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C14B

Black with #40C14B

Text Example


Text Example

White with #40C14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,193,75); }

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

background-color css

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

 a { background-color: rgb(64,193,75); }

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

border-color css

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

 span { border-color: rgb(64,193,75); }

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