#43CF2C

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

Shades of Lime Green #43CF2C

Tints of Lime Green #43CF2C

Color information

#43CF2C (or 0x43CF2C) is unknown color: approx Lime Green. HEX triplet: 43, CF and 2C. RGB value is (67,207,44). Sum of RGB (Red+Green+Blue) = 67+207+44=318 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.07% from 318); Green value is 207 (81.25% from 255 or 65.09% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 207 - color contains mainly: green. Hex color #43CF2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43CF2C is #BC30D3. Grayscale: #939393. Windows color (decimal): -12333268 or 2936643. OLE color: 2936643.

HSL color Cylindrical-coordinate representation of color #43CF2C: hue angle of 111.53º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #43CF2C is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB6720744-
CMYK0.6800.790.19
HSL111.53º64.94%49.22%-
HSV(B)111.53º78.74%81.18%-
XYZ25.08469.94-
YUV146.5670.1271.25-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.07%
GREEN value IS 207 (81.25% from 255) = 65.09%
BLUE value IS 44 (17.58% from 255) = 13.84%
R=21.07%
G=65.09%
B=13.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal67207440.6800.790.19111.5364.9449.22
Hex43CF2C4404F13704131
Octal1033175410401172316010161
Binary1000011110011111011001000100010011111001111100001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43CF2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,207,44); }

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

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

 a { background-color: rgb(67,207,44); }

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

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

 span { border-color: rgb(67,207,44); }

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