#43F13A

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

Shades of Lime Green #43F13A

Tints of Lime Green #43F13A

Color information

#43F13A (or 0x43F13A) is unknown color: approx Lime Green. HEX triplet: 43, F1 and 3A. RGB value is (67,241,58). Sum of RGB (Red+Green+Blue) = 67+241+58=366 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.31% from 366); Green value is 241 (94.53% from 255 or 65.85% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 241 - color contains mainly: green. Hex color #43F13A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43F13A is #BC0EC5. Grayscale: #A8A8A8. Windows color (decimal): -12324550 or 3862851. OLE color: 3862851.

HSL color Cylindrical-coordinate representation of color #43F13A: hue angle of 117.05º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #43F13A is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB6724158-
CMYK0.7200.760.05
HSL117.05º86.73%58.63%-
HSV(B)117.05º75.93%94.51%-
XYZ34.5364.4114.62-
YUV168.1165.8555.88-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.31%
GREEN value IS 241 (94.53% from 255) = 65.85%
BLUE value IS 58 (23.05% from 255) = 15.85%
R=18.31%
G=65.85%
B=15.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal67241580.7200.760.05117.0586.7358.63
Hex43F13A4804C575573b
Octal103361721100114516512773
Binary10000111111000111101010010000100110010111101011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43F13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,241,58); }

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

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

 a { background-color: rgb(67,241,58); }

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

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

 span { border-color: rgb(67,241,58); }

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