#2fbf28

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

Shades of Lime Green #2FBF28

Tints of Lime Green #2FBF28

Color information

#2FBF28 (or 0x2FBF28) is unknown color: approx Lime Green. HEX triplet: 2F, BF and 28. RGB value is (47,191,40). Sum of RGB (Red+Green+Blue) = 47+191+40=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 191 (75% from 255 or 68.71% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 191 - color contains mainly: green. Hex color #2FBF28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBF28 is #D040D7. Grayscale: #838383. Windows color (decimal): -13648088 or 2670383. OLE color: 2670383.

HSL color Cylindrical-coordinate representation of color #2FBF28: hue angle of 117.22º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FBF28 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB4719140-
CMYK0.7500.790.25
HSL117.22º65.37%45.29%-
HSV(B)117.22º79.06%74.9%-
XYZ20.1938.028.28-
YUV130.7376.7968.28-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.91%
GREEN value IS 191 (75% from 255) = 68.71%
BLUE value IS 40 (16.02% from 255) = 14.39%
R=16.91%
G=68.71%
B=14.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47191400.7500.790.25117.2265.3745.29
Hex2FBF284B04F1975412d
Octal572775011301173116510155
Binary101111101111111010001001011010011111100111101011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fbf28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,191,40); }

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

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

 a { background-color: rgb(47,191,40); }

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

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

 span { border-color: rgb(47,191,40); }

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