Html Css Color HEX #40D225 Lime Green

📋 copy color: '#40D225'

red 64 ◦ green 210 ◦ blue 37

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

Shades of Lime Green #40D225

Tints of Lime Green #40D225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.9%

R = 20.58%
G = 67.52%
B = 11.9%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#40D225 (or 0x40D225) is known color: Lime Green. HEX triplet: 40, D2 and 25. RGB value is (64,210,37). Sum of RGB (Red+Green+Blue) = 64+210+37=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 210 (82.42% from 255 or 67.52% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 210 - color contains mainly: green. Hex color #40D225 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D225 is #BF2DDA. Grayscale: #939393. Windows color (decimal): -12529115 or 2478656. OLE color: 2478656.

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

Color convert

RGB 64 210 37 -
CMYK 0.70 0 0.82 0.18
HSL 110.64º 0.7% 0.48% -
HSV(B) 110.64º 0.82% 0.82% -
XYZ 25.49 47.32 9.54 -
YUV 146.62 66.13 69.07 -
System Red Green Blue C M Y K H S L
Decimal 64 210 37 0.70 0 0.82 0.18 110.64 0.7 0.48
Hex 40 D2 25 46 0 52 12 6F 46 30
Octal 100 322 45 106 0 122 22 157 106 60
Binary 1000000 11010010 100101 1000110 0 1010010 10010 1101111 1000110 110000

Color Harmonies of #40D225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D225

Black with #40D225

Text Example


Text Example

White with #40D225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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