Html Css Color HEX #40D83C Lime Green

📋 copy color: '#40D83C'

red 64 ◦ green 216 ◦ blue 60

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

Shades of Lime Green #40D83C

Tints of Lime Green #40D83C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 63.53%

 BLUE value IS 60 (23.83% from 255) = 17.65%

R = 18.82%
G = 63.53%
B = 17.65%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#40D83C (or 0x40D83C) is known color: Lime Green. HEX triplet: 40, D8 and 3C. RGB value is (64,216,60). Sum of RGB (Red+Green+Blue) = 64+216+60=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 216 (84.77% from 255 or 63.53% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 216 - color contains mainly: green. Hex color #40D83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D83C is #BF27C3. Grayscale: #999999. Windows color (decimal): -12527556 or 3987520. OLE color: 3987520.

HSL color Cylindrical-coordinate representation of color #40D83C: hue angle of 118.46º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40D83C is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 216 60 -
CMYK 0.70 0 0.72 0.15
HSL 118.46º 0.67% 0.54% -
HSV(B) 118.46º 0.72% 0.85% -
XYZ 27.49 50.53 12.58 -
YUV 152.77 75.64 64.68 -
System Red Green Blue C M Y K H S L
Decimal 64 216 60 0.70 0 0.72 0.15 118.46 0.67 0.54
Hex 40 D8 3C 46 0 48 F 76 43 36
Octal 100 330 74 106 0 110 17 166 103 66
Binary 1000000 11011000 111100 1000110 0 1001000 1111 1110110 1000011 110110

Color Harmonies of #40D83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D83C

Black with #40D83C

Text Example


Text Example

White with #40D83C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,216,60); }

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

background-color css

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

 a { background-color: rgb(64,216,60); }

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

border-color css

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

 span { border-color: rgb(64,216,60); }

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