Html Css Color HEX #40DE2C Lime Green

📋 copy color: '#40DE2C'

red 64 ◦ green 222 ◦ blue 44

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

Shades of Lime Green #40DE2C

Tints of Lime Green #40DE2C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 67.27%

 BLUE value IS 44 (17.58% from 255) = 13.33%

R = 19.39%
G = 67.27%
B = 13.33%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#40DE2C (or 0x40DE2C) is known color: Lime Green. HEX triplet: 40, DE and 2C. RGB value is (64,222,44). Sum of RGB (Red+Green+Blue) = 64+222+44=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 222 (87.11% from 255 or 67.27% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 222 - color contains mainly: green. Hex color #40DE2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DE2C is #BF21D3. Grayscale: #9B9B9B. Windows color (decimal): -12526036 or 2940480. OLE color: 2940480.

HSL color Cylindrical-coordinate representation of color #40DE2C: hue angle of 113.26º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40DE2C is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 222 44 -
CMYK 0.71 0 0.80 0.13
HSL 113.26º 0.73% 0.52% -
HSV(B) 113.26º 0.8% 0.87% -
XYZ 28.69 53.51 11.2 -
YUV 154.47 65.65 63.47 -
System Red Green Blue C M Y K H S L
Decimal 64 222 44 0.71 0 0.80 0.13 113.26 0.73 0.52
Hex 40 DE 2C 47 0 50 D 71 49 34
Octal 100 336 54 107 0 120 15 161 111 64
Binary 1000000 11011110 101100 1000111 0 1010000 1101 1110001 1001001 110100

Color Harmonies of #40DE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DE2C

Black with #40DE2C

Text Example


Text Example

White with #40DE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,222,44); }

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

background-color css

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

 a { background-color: rgb(64,222,44); }

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

border-color css

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

 span { border-color: rgb(64,222,44); }

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