#43CA34

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

Shades of Lime Green #43CA34

Tints of Lime Green #43CA34

Color information

#43CA34 (or 0x43CA34) is unknown color: approx Lime Green. HEX triplet: 43, CA and 34. RGB value is (67,202,52). Sum of RGB (Red+Green+Blue) = 67+202+52=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 202 (79.30% from 255 or 62.93% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 202 - color contains mainly: green. Hex color #43CA34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43CA34 is #BC35CB. Grayscale: #919191. Windows color (decimal): -12334540 or 3459651. OLE color: 3459651.

HSL color Cylindrical-coordinate representation of color #43CA34: hue angle of 114º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43CA34 is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB6720252-
CMYK0.6700.740.21
HSL114º59.06%49.8%-
HSV(B)114º74.26%79.22%-
XYZ24.0643.6810.41-
YUV144.5475.7772.7-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.87%
GREEN value IS 202 (79.30% from 255) = 62.93%
BLUE value IS 52 (20.70% from 255) = 16.20%
R=20.87%
G=62.93%
B=16.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal67202520.6700.740.2111459.0649.8
Hex43CA344304A15723b32
Octal103312641030112251627362
Binary100001111001010110100100001101001010101011110010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43CA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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