Html Css Color HEX #40D253 Lime Green

📋 copy color: '#40D253'

red 64 ◦ green 210 ◦ blue 83

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

Shades of Lime Green #40D253

Tints of Lime Green #40D253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.25%

R = 17.93%
G = 58.82%
B = 23.25%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#40D253 (or 0x40D253) is known color: Lime Green. HEX triplet: 40, D2 and 53. RGB value is (64,210,83). Sum of RGB (Red+Green+Blue) = 64+210+83=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 210 (82.42% from 255 or 58.82% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 210 - color contains mainly: green. Hex color #40D253 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D253 is #BF2DAC. Grayscale: #989898. Windows color (decimal): -12529069 or 5493312. OLE color: 5493312.

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

Color convert

RGB 64 210 83 -
CMYK 0.70 0 0.60 0.18
HSL 127.81º 0.62% 0.54% -
HSV(B) 127.81º 0.7% 0.82% -
XYZ 26.72 47.81 16 -
YUV 151.87 89.13 65.33 -
System Red Green Blue C M Y K H S L
Decimal 64 210 83 0.70 0 0.60 0.18 127.81 0.62 0.54
Hex 40 D2 53 46 0 3C 12 80 3E 36
Octal 100 322 123 106 0 74 22 200 76 66
Binary 1000000 11010010 1010011 1000110 0 111100 10010 10000000 111110 110110

Color Harmonies of #40D253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D253

Black with #40D253

Text Example


Text Example

White with #40D253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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