#43CB3F

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

Shades of Lime Green #43CB3F

Tints of Lime Green #43CB3F

Color information

#43CB3F (or 0x43CB3F) is unknown color: approx Lime Green. HEX triplet: 43, CB and 3F. RGB value is (67,203,63). Sum of RGB (Red+Green+Blue) = 67+203+63=333 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.12% from 333); Green value is 203 (79.69% from 255 or 60.96% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 203 - color contains mainly: green. Hex color #43CB3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43CB3F is #BC34C0. Grayscale: #929292. Windows color (decimal): -12334273 or 4180803. OLE color: 4180803.

HSL color Cylindrical-coordinate representation of color #43CB3F: hue angle of 118.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43CB3F is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB6720363-
CMYK0.6700.690.20
HSL118.29º57.38%52.16%-
HSV(B)118.29º68.97%79.61%-
XYZ24.5744.2611.95-
YUV146.3880.9471.38-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.12%
GREEN value IS 203 (79.69% from 255) = 60.96%
BLUE value IS 63 (25% from 255) = 18.92%
R=20.12%
G=60.96%
B=18.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal67203630.6700.690.20118.2957.3852.16
Hex43CB3F4304514763934
Octal103313771030105241667164
Binary100001111001011111111100001101000101101001110110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43CB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,203,63); }

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

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

 a { background-color: rgb(67,203,63); }

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

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

 span { border-color: rgb(67,203,63); }

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