#43F53D

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

Shades of Lime Green #43F53D

Tints of Lime Green #43F53D

Color information

#43F53D (or 0x43F53D) is unknown color: approx Lime Green. HEX triplet: 43, F5 and 3D. RGB value is (67,245,61). Sum of RGB (Red+Green+Blue) = 67+245+61=373 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.96% from 373); Green value is 245 (96.09% from 255 or 65.68% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 245 - color contains mainly: green. Hex color #43F53D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43F53D is #BC0AC2. Grayscale: #ABABAB. Windows color (decimal): -12323523 or 4060483. OLE color: 4060483.

HSL color Cylindrical-coordinate representation of color #43F53D: hue angle of 118.04º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #43F53D is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB6724561-
CMYK0.7300.750.04
HSL118.04º90.2%60%-
HSV(B)118.04º75.1%96.08%-
XYZ35.8166.8415.43-
YUV170.866.0353.96-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.96%
GREEN value IS 245 (96.09% from 255) = 65.68%
BLUE value IS 61 (24.22% from 255) = 16.35%
R=17.96%
G=65.68%
B=16.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal67245610.7300.750.04118.0490.260
Hex43F53D4904B4765a3c
Octal103365751110113416613274
Binary10000111111010111110110010010100101110011101101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43F53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,245,61); }

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

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

 a { background-color: rgb(67,245,61); }

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

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

 span { border-color: rgb(67,245,61); }

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