Html Css Color HEX #40B42E Lime Green

📋 copy color: '#40B42E'

red 64 ◦ green 180 ◦ blue 46

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

Shades of Lime Green #40B42E

Tints of Lime Green #40B42E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 62.07%

 BLUE value IS 46 (18.36% from 255) = 15.86%

R = 22.07%
G = 62.07%
B = 15.86%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#40B42E (or 0x40B42E) is known color: Lime Green. HEX triplet: 40, B4 and 2E. RGB value is (64,180,46). Sum of RGB (Red+Green+Blue) = 64+180+46=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 180 (70.70% from 255 or 62.07% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 180 - color contains mainly: green. Hex color #40B42E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B42E is #BF4BD1. Grayscale: #828282. Windows color (decimal): -12536786 or 3060800. OLE color: 3060800.

HSL color Cylindrical-coordinate representation of color #40B42E: hue angle of 111.94º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40B42E is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 180 46 -
CMYK 0.64 0 0.74 0.29
HSL 111.94º 0.59% 0.44% -
HSV(B) 111.94º 0.74% 0.71% -
XYZ 18.93 33.93 8.14 -
YUV 130.04 80.57 80.9 -
System Red Green Blue C M Y K H S L
Decimal 64 180 46 0.64 0 0.74 0.29 111.94 0.59 0.44
Hex 40 B4 2E 40 0 4A 1D 70 3B 2C
Octal 100 264 56 100 0 112 35 160 73 54
Binary 1000000 10110100 101110 1000000 0 1001010 11101 1110000 111011 101100

Color Harmonies of #40B42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B42E

Black with #40B42E

Text Example


Text Example

White with #40B42E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,180,46); }

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

background-color css

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

 a { background-color: rgb(64,180,46); }

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

border-color css

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

 span { border-color: rgb(64,180,46); }

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