#43CA3C

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

Shades of Lime Green #43CA3C

Tints of Lime Green #43CA3C

Color information

#43CA3C (or 0x43CA3C) is unknown color: approx Lime Green. HEX triplet: 43, CA and 3C. RGB value is (67,202,60). Sum of RGB (Red+Green+Blue) = 67+202+60=329 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.36% from 329); Green value is 202 (79.30% from 255 or 61.40% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 202 - color contains mainly: green. Hex color #43CA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43CA3C is #BC35C3. Grayscale: #919191. Windows color (decimal): -12334532 or 3983939. OLE color: 3983939.

HSL color Cylindrical-coordinate representation of color #43CA3C: hue angle of 117.04º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43CA3C is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB6720260-
CMYK0.6700.700.21
HSL117.04º57.26%51.37%-
HSV(B)117.04º70.3%79.22%-
XYZ24.2543.7611.44-
YUV145.4579.7772.05-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.36%
GREEN value IS 202 (79.30% from 255) = 61.40%
BLUE value IS 60 (23.83% from 255) = 18.24%
R=20.36%
G=61.40%
B=18.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal67202600.6700.700.21117.0457.2651.37
Hex43CA3C4304615753933
Octal103312741030106251657163
Binary100001111001010111100100001101000110101011110101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43CA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,202,60); }

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

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

 a { background-color: rgb(67,202,60); }

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

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

 span { border-color: rgb(67,202,60); }

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