Html Css Color HEX #40D238 Lime Green

📋 copy color: '#40D238'

red 64 ◦ green 210 ◦ blue 56

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

Shades of Lime Green #40D238

Tints of Lime Green #40D238

RGB

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

 GREEN value IS 210 (82.42% from 255) = 63.64%

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

R = 19.39%
G = 63.64%
B = 16.97%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#40D238 (or 0x40D238) is known color: Lime Green. HEX triplet: 40, D2 and 38. RGB value is (64,210,56). Sum of RGB (Red+Green+Blue) = 64+210+56=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 210 (82.42% from 255 or 63.64% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 210 - color contains mainly: green. Hex color #40D238 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D238 is #BF2DC7. Grayscale: #959595. Windows color (decimal): -12529096 or 3723840. OLE color: 3723840.

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

Color convert

RGB 64 210 56 -
CMYK 0.70 0 0.73 0.18
HSL 116.88º 0.63% 0.52% -
HSV(B) 116.88º 0.73% 0.82% -
XYZ 25.87 47.47 11.54 -
YUV 148.79 75.63 67.52 -
System Red Green Blue C M Y K H S L
Decimal 64 210 56 0.70 0 0.73 0.18 116.88 0.63 0.52
Hex 40 D2 38 46 0 49 12 75 3F 34
Octal 100 322 70 106 0 111 22 165 77 64
Binary 1000000 11010010 111000 1000110 0 1001001 10010 1110101 111111 110100

Color Harmonies of #40D238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D238

Black with #40D238

Text Example


Text Example

White with #40D238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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