Html Css Color HEX #40C44B Lime Green

📋 copy color: '#40C44B'

red 64 ◦ green 196 ◦ blue 75

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

Shades of Lime Green #40C44B

Tints of Lime Green #40C44B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 58.51%

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

R = 19.1%
G = 58.51%
B = 22.39%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#40C44B (or 0x40C44B) is known color: Lime Green. HEX triplet: 40, C4 and 4B. RGB value is (64,196,75). Sum of RGB (Red+Green+Blue) = 64+196+75=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 196 (76.95% from 255 or 58.51% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 196 - color contains mainly: green. Hex color #40C44B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C44B is #BF3BB4. Grayscale: #8F8F8F. Windows color (decimal): -12532661 or 4965440. OLE color: 4965440.

HSL color Cylindrical-coordinate representation of color #40C44B: hue angle of 125º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C44B is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 64 196 75 -
CMYK 0.67 0 0.62 0.23
HSL 125º 0.53% 0.51% -
HSV(B) 125º 0.67% 0.77% -
XYZ 23.12 41.08 13.37 -
YUV 142.74 89.77 71.84 -
System Red Green Blue C M Y K H S L
Decimal 64 196 75 0.67 0 0.62 0.23 125 0.53 0.51
Hex 40 C4 4B 43 0 3E 17 7D 35 33
Octal 100 304 113 103 0 76 27 175 65 63
Binary 1000000 11000100 1001011 1000011 0 111110 10111 1111101 110101 110011

Color Harmonies of #40C44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C44B

Black with #40C44B

Text Example


Text Example

White with #40C44B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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