Html Css Color HEX #40C13A Lime Green

📋 copy color: '#40C13A'

red 64 ◦ green 193 ◦ blue 58

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

Shades of Lime Green #40C13A

Tints of Lime Green #40C13A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.41%

R = 20.32%
G = 61.27%
B = 18.41%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#40C13A (or 0x40C13A) is known color: Lime Green. HEX triplet: 40, C1 and 3A. RGB value is (64,193,58). Sum of RGB (Red+Green+Blue) = 64+193+58=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 193 (75.78% from 255 or 61.27% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 193 - color contains mainly: green. Hex color #40C13A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C13A is #BF3EC5. Grayscale: #8B8B8B. Windows color (decimal): -12533446 or 3850560. OLE color: 3850560.

HSL color Cylindrical-coordinate representation of color #40C13A: hue angle of 117.33º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40C13A is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 193 58 -
CMYK 0.67 0 0.70 0.24
HSL 117.33º 0.54% 0.49% -
HSV(B) 117.33º 0.7% 0.76% -
XYZ 21.95 39.54 10.48 -
YUV 139.04 82.26 74.48 -
System Red Green Blue C M Y K H S L
Decimal 64 193 58 0.67 0 0.70 0.24 117.33 0.54 0.49
Hex 40 C1 3A 43 0 46 18 75 36 31
Octal 100 301 72 103 0 106 30 165 66 61
Binary 1000000 11000001 111010 1000011 0 1000110 11000 1110101 110110 110001

Color Harmonies of #40C13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C13A

Black with #40C13A

Text Example


Text Example

White with #40C13A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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