Html Css Color HEX #40C628 Lime Green

📋 copy color: '#40C628'

red 64 ◦ green 198 ◦ blue 40

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

Shades of Lime Green #40C628

Tints of Lime Green #40C628

RGB

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

 GREEN value IS 198 (77.73% from 255) = 65.56%

 BLUE value IS 40 (16.02% from 255) = 13.25%

R = 21.19%
G = 65.56%
B = 13.25%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#40C628 (or 0x40C628) is known color: Lime Green. HEX triplet: 40, C6 and 28. RGB value is (64,198,40). Sum of RGB (Red+Green+Blue) = 64+198+40=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 198 (77.73% from 255 or 65.56% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 198 - color contains mainly: green. Hex color #40C628 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C628 is #BF39D7. Grayscale: #8C8C8C. Windows color (decimal): -12532184 or 2672192. OLE color: 2672192.

HSL color Cylindrical-coordinate representation of color #40C628: hue angle of 110.89º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40C628 is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 198 40 -
CMYK 0.68 0 0.80 0.22
HSL 110.89º 0.66% 0.47% -
HSV(B) 110.89º 0.8% 0.78% -
XYZ 22.69 41.63 8.85 -
YUV 139.92 71.61 73.85 -
System Red Green Blue C M Y K H S L
Decimal 64 198 40 0.68 0 0.80 0.22 110.89 0.66 0.47
Hex 40 C6 28 44 0 50 16 6F 42 2F
Octal 100 306 50 104 0 120 26 157 102 57
Binary 1000000 11000110 101000 1000100 0 1010000 10110 1101111 1000010 101111

Color Harmonies of #40C628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C628

Black with #40C628

Text Example


Text Example

White with #40C628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,198,40); }

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

background-color css

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

 a { background-color: rgb(64,198,40); }

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

border-color css

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

 span { border-color: rgb(64,198,40); }

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