#2CF340

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

Shades of Lime Green #2CF340

Tints of Lime Green #2CF340

Color information

#2CF340 (or 0x2CF340) is unknown color: approx Lime Green. HEX triplet: 2C, F3 and 40. RGB value is (44,243,64). Sum of RGB (Red+Green+Blue) = 44+243+64=351 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.54% from 351); Green value is 243 (95.31% from 255 or 69.23% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 243 - color contains mainly: green. Hex color #2CF340 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF340 is #D30CBF. Grayscale: #A3A3A3. Windows color (decimal): -13831360 or 4256556. OLE color: 4256556.

HSL color Cylindrical-coordinate representation of color #2CF340: hue angle of 126.03º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF340 is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB4424364-
CMYK0.8200.740.05
HSL126.03º89.24%56.27%-
HSV(B)126.03º81.89%95.29%-
XYZ34.0165.0115.61-
YUV163.0972.0743.05-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.54%
GREEN value IS 243 (95.31% from 255) = 69.23%
BLUE value IS 64 (25.39% from 255) = 18.23%
R=12.54%
G=69.23%
B=18.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal44243640.8200.740.05126.0389.2456.27
Hex2CF3405204A57e5938
Octal543631001220112517613170
Binary10110011110011100000010100100100101010111111101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CF340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CF340; }

 p { color: rgb(44,243,64); }

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

<style>
 a { background-color: #2CF340; }

 a { background-color: rgb(44,243,64); }

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

<style>
 span { border-color: #2CF340; }

 span { border-color: rgb(44,243,64); }

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