Html Css Color HEX #40CD38 Lime Green

📋 copy color: '#40CD38'

red 64 ◦ green 205 ◦ blue 56

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

Shades of Lime Green #40CD38

Tints of Lime Green #40CD38

RGB

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

 GREEN value IS 205 (80.47% from 255) = 63.08%

 BLUE value IS 56 (22.27% from 255) = 17.23%

R = 19.69%
G = 63.08%
B = 17.23%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#40CD38 (or 0x40CD38) is known color: Lime Green. HEX triplet: 40, CD and 38. RGB value is (64,205,56). Sum of RGB (Red+Green+Blue) = 64+205+56=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 205 (80.47% from 255 or 63.08% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CD38 is #BF32C7. Grayscale: #929292. Windows color (decimal): -12530376 or 3722560. OLE color: 3722560.

HSL color Cylindrical-coordinate representation of color #40CD38: hue angle of 116.78º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40CD38 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 205 56 -
CMYK 0.69 0 0.73 0.20
HSL 116.78º 0.6% 0.51% -
HSV(B) 116.78º 0.73% 0.8% -
XYZ 24.66 45.04 11.13 -
YUV 145.86 77.29 69.62 -
System Red Green Blue C M Y K H S L
Decimal 64 205 56 0.69 0 0.73 0.20 116.78 0.6 0.51
Hex 40 CD 38 45 0 49 14 75 3C 33
Octal 100 315 70 105 0 111 24 165 74 63
Binary 1000000 11001101 111000 1000101 0 1001001 10100 1110101 111100 110011

Color Harmonies of #40CD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CD38

Black with #40CD38

Text Example


Text Example

White with #40CD38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,205,56); }

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

background-color css

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

 a { background-color: rgb(64,205,56); }

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

border-color css

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

 span { border-color: rgb(64,205,56); }

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