Html Css Color HEX #40D030 Lime Green

📋 copy color: '#40D030'

red 64 ◦ green 208 ◦ blue 48

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

Shades of Lime Green #40D030

Tints of Lime Green #40D030

RGB

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

 GREEN value IS 208 (81.64% from 255) = 65%

 BLUE value IS 48 (19.14% from 255) = 15%

R = 20%
G = 65%
B = 15%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#40D030 (or 0x40D030) is known color: Lime Green. HEX triplet: 40, D0 and 30. RGB value is (64,208,48). Sum of RGB (Red+Green+Blue) = 64+208+48=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 208 (81.64% from 255 or 65% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 208 - color contains mainly: green. Hex color #40D030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D030 is #BF2FCF. Grayscale: #939393. Windows color (decimal): -12529616 or 3199040. OLE color: 3199040.

HSL color Cylindrical-coordinate representation of color #40D030: hue angle of 114º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40D030 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 208 48 -
CMYK 0.69 0 0.77 0.18
HSL 114º 0.63% 0.5% -
HSV(B) 114º 0.77% 0.82% -
XYZ 25.2 46.42 10.43 -
YUV 146.7 72.29 69.01 -
System Red Green Blue C M Y K H S L
Decimal 64 208 48 0.69 0 0.77 0.18 114 0.63 0.5
Hex 40 D0 30 45 0 4D 12 72 3F 32
Octal 100 320 60 105 0 115 22 162 77 62
Binary 1000000 11010000 110000 1000101 0 1001101 10010 1110010 111111 110010

Color Harmonies of #40D030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D030

Black with #40D030

Text Example


Text Example

White with #40D030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,208,48); }

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

background-color css

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

 a { background-color: rgb(64,208,48); }

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

border-color css

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

 span { border-color: rgb(64,208,48); }

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