#2FE930

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

Shades of Lime Green #2FE930

Tints of Lime Green #2FE930

Color information

#2FE930 (or 0x2FE930) is unknown color: approx Lime Green. HEX triplet: 2F, E9 and 30. RGB value is (47,233,48). Sum of RGB (Red+Green+Blue) = 47+233+48=328 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.33% from 328); Green value is 233 (91.41% from 255 or 71.04% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE930 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE930 is #D016CF. Grayscale: #9C9C9C. Windows color (decimal): -13637328 or 3205423. OLE color: 3205423.

HSL color Cylindrical-coordinate representation of color #2FE930: hue angle of 120.32º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE930 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB4723348-
CMYK0.8000.790.09
HSL120.32º80.87%54.9%-
HSV(B)120.32º79.83%91.37%-
XYZ30.8459.112.58-
YUV156.366.8850.04-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.33%
GREEN value IS 233 (91.41% from 255) = 71.04%
BLUE value IS 48 (19.14% from 255) = 14.63%
R=14.33%
G=71.04%
B=14.63%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal47233480.8000.790.09120.3280.8754.9
Hex2FE9305004F9785137
Octal573516012001171117012167
Binary10111111101001110000101000001001111100111110001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FE930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,233,48); }

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

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

 a { background-color: rgb(47,233,48); }

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

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

 span { border-color: rgb(47,233,48); }

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