Html Css Color HEX #40C82C Lime Green

📋 copy color: '#40C82C'

red 64 ◦ green 200 ◦ blue 44

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

Shades of Lime Green #40C82C

Tints of Lime Green #40C82C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 64.94%

 BLUE value IS 44 (17.58% from 255) = 14.29%

R = 20.78%
G = 64.94%
B = 14.29%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#40C82C (or 0x40C82C) is known color: Lime Green. HEX triplet: 40, C8 and 2C. RGB value is (64,200,44). Sum of RGB (Red+Green+Blue) = 64+200+44=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 200 (78.52% from 255 or 64.94% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 200 - color contains mainly: green. Hex color #40C82C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C82C is #BF37D3. Grayscale: #8E8E8E. Windows color (decimal): -12531668 or 2934848. OLE color: 2934848.

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

Color convert

RGB 64 200 44 -
CMYK 0.68 0 0.78 0.22
HSL 112.31º 0.64% 0.48% -
HSV(B) 112.31º 0.78% 0.78% -
XYZ 23.22 42.58 9.38 -
YUV 141.55 72.94 72.68 -
System Red Green Blue C M Y K H S L
Decimal 64 200 44 0.68 0 0.78 0.22 112.31 0.64 0.48
Hex 40 C8 2C 44 0 4E 16 70 40 30
Octal 100 310 54 104 0 116 26 160 100 60
Binary 1000000 11001000 101100 1000100 0 1001110 10110 1110000 1000000 110000

Color Harmonies of #40C82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C82C

Black with #40C82C

Text Example


Text Example

White with #40C82C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,200,44); }

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

background-color css

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

 a { background-color: rgb(64,200,44); }

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

border-color css

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

 span { border-color: rgb(64,200,44); }

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