Html Css Color HEX #40C22B Lime Green

📋 copy color: '#40C22B'

red 64 ◦ green 194 ◦ blue 43

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

Shades of Lime Green #40C22B

Tints of Lime Green #40C22B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 64.45%

 BLUE value IS 43 (17.19% from 255) = 14.29%

R = 21.26%
G = 64.45%
B = 14.29%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#40C22B (or 0x40C22B) is known color: Lime Green. HEX triplet: 40, C2 and 2B. RGB value is (64,194,43). Sum of RGB (Red+Green+Blue) = 64+194+43=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 194 (76.17% from 255 or 64.45% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 194 - color contains mainly: green. Hex color #40C22B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C22B is #BF3DD4. Grayscale: #8A8A8A. Windows color (decimal): -12533205 or 2867776. OLE color: 2867776.

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

Color convert

RGB 64 194 43 -
CMYK 0.67 0 0.78 0.24
HSL 111.66º 0.64% 0.46% -
HSV(B) 111.66º 0.78% 0.76% -
XYZ 21.84 39.85 8.83 -
YUV 137.92 74.43 75.28 -
System Red Green Blue C M Y K H S L
Decimal 64 194 43 0.67 0 0.78 0.24 111.66 0.64 0.46
Hex 40 C2 2B 43 0 4E 18 70 40 2E
Octal 100 302 53 103 0 116 30 160 100 56
Binary 1000000 11000010 101011 1000011 0 1001110 11000 1110000 1000000 101110

Color Harmonies of #40C22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C22B

Black with #40C22B

Text Example


Text Example

White with #40C22B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,194,43); }

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

background-color css

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

 a { background-color: rgb(64,194,43); }

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

border-color css

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

 span { border-color: rgb(64,194,43); }

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