#43D826

Color #43D826 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #43D826

Tints of Lime Green #43D826

Color information

#43D826 (or 0x43D826) is unknown color: approx Lime Green. HEX triplet: 43, D8 and 26. RGB value is (67,216,38). Sum of RGB (Red+Green+Blue) = 67+216+38=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 216 (84.77% from 255 or 67.29% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 216 - color contains mainly: green. Hex color #43D826 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43D826 is #BC27D9. Grayscale: #979797. Windows color (decimal): -12330970 or 2545731. OLE color: 2545731.

HSL color Cylindrical-coordinate representation of color #43D826: hue angle of 110.22º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #43D826 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB6721638-
CMYK0.6900.820.15
HSL110.22º70.08%49.8%-
HSV(B)110.22º82.41%84.71%-
XYZ27.2250.4410.14-
YUV151.1664.1467.97-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.87%
GREEN value IS 216 (84.77% from 255) = 67.29%
BLUE value IS 38 (15.23% from 255) = 11.84%
R=20.87%
G=67.29%
B=11.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal67216380.6900.820.15110.2270.0849.8
Hex43D82645052F6e4632
Octal1033304610501221715610662
Binary100001111011000100110100010101010010111111011101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43D826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43D826; }

 p { color: rgb(67,216,38); }

 H1.HeaderClassName
 {
   color: #43D826;
 }
 .AnyTagClassName
 {
   color: #43D826;
 }
</style>
background-color css

<style>
 a { background-color: #43D826; }

 a { background-color: rgb(67,216,38); }

 div.DivClassName
 {
   background-color: #43D826;
 }
 .BgClassName
 {
   background-color: #43D826;
 }
</style>
border-color css

<style>
 span { border-color: #43D826; }

 span { border-color: rgb(67,216,38); }

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