#43DE35

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

Shades of Lime Green #43DE35

Tints of Lime Green #43DE35

Color information

#43DE35 (or 0x43DE35) is unknown color: approx Lime Green. HEX triplet: 43, DE and 35. RGB value is (67,222,53). Sum of RGB (Red+Green+Blue) = 67+222+53=342 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.59% from 342); Green value is 222 (87.11% from 255 or 64.91% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 222 - color contains mainly: green. Hex color #43DE35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43DE35 is #BC21CA. Grayscale: #9C9C9C. Windows color (decimal): -12329419 or 3530307. OLE color: 3530307.

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

Color convert

RGB6722253-
CMYK0.7000.760.13
HSL115.03º71.91%53.92%-
HSV(B)115.03º76.13%87.06%-
XYZ29.0853.6912.2-
YUV156.3969.6564.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.59%
GREEN value IS 222 (87.11% from 255) = 64.91%
BLUE value IS 53 (21.09% from 255) = 15.50%
R=19.59%
G=64.91%
B=15.50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal67222530.7000.760.13115.0371.9153.92
Hex43DE354604CD734836
Octal1033366510601141516311066
Binary100001111011110110101100011001001100110111100111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43DE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,222,53); }

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

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

 a { background-color: rgb(67,222,53); }

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

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

 span { border-color: rgb(67,222,53); }

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