#2FE443

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

Shades of Lime Green #2FE443

Tints of Lime Green #2FE443

Color information

#2FE443 (or 0x2FE443) is unknown color: approx Lime Green. HEX triplet: 2F, E4 and 43. RGB value is (47,228,67). Sum of RGB (Red+Green+Blue) = 47+228+67=342 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.74% from 342); Green value is 228 (89.45% from 255 or 66.67% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 228 - color contains mainly: green. Hex color #2FE443 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE443 is #D01BBC. Grayscale: #9B9B9B. Windows color (decimal): -13638589 or 4449327. OLE color: 4449327.

HSL color Cylindrical-coordinate representation of color #2FE443: hue angle of 126.63º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE443 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB4722867-
CMYK0.7900.710.11
HSL126.63º77.02%53.92%-
HSV(B)126.63º79.39%89.41%-
XYZ29.9356.514.64-
YUV155.5378.0350.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.74%
GREEN value IS 228 (89.45% from 255) = 66.67%
BLUE value IS 67 (26.56% from 255) = 19.59%
R=13.74%
G=66.67%
B=19.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal47228670.7900.710.11126.6377.0253.92
Hex2FE4434F047B7f4d36
Octal5734410311701071317711566
Binary101111111001001000011100111101000111101111111111001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FE443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,228,67); }

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

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

 a { background-color: rgb(47,228,67); }

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

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

 span { border-color: rgb(47,228,67); }

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