Html Css Color HEX #40CB46 Lime Green

📋 copy color: '#40CB46'

red 64 ◦ green 203 ◦ blue 70

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

Shades of Lime Green #40CB46

Tints of Lime Green #40CB46

RGB

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

 GREEN value IS 203 (79.69% from 255) = 60.24%

 BLUE value IS 70 (27.73% from 255) = 20.77%

R = 18.99%
G = 60.24%
B = 20.77%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#40CB46 (or 0x40CB46) is known color: Lime Green. HEX triplet: 40, CB and 46. RGB value is (64,203,70). Sum of RGB (Red+Green+Blue) = 64+203+70=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 203 (79.69% from 255 or 60.24% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 203 - color contains mainly: green. Hex color #40CB46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CB46 is #BF34B9. Grayscale: #929292. Windows color (decimal): -12530874 or 4639552. OLE color: 4639552.

HSL color Cylindrical-coordinate representation of color #40CB46: hue angle of 122.59º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CB46 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 203 70 -
CMYK 0.68 0 0.66 0.20
HSL 122.59º 0.57% 0.52% -
HSV(B) 122.59º 0.68% 0.8% -
XYZ 24.58 44.24 13.04 -
YUV 146.28 84.95 69.31 -
System Red Green Blue C M Y K H S L
Decimal 64 203 70 0.68 0 0.66 0.20 122.59 0.57 0.52
Hex 40 CB 46 44 0 42 14 7B 39 34
Octal 100 313 106 104 0 102 24 173 71 64
Binary 1000000 11001011 1000110 1000100 0 1000010 10100 1111011 111001 110100

Color Harmonies of #40CB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CB46

Black with #40CB46

Text Example


Text Example

White with #40CB46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,203,70); }

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

background-color css

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

 a { background-color: rgb(64,203,70); }

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

border-color css

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

 span { border-color: rgb(64,203,70); }

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