#2FBC36

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

Shades of Lime Green #2FBC36

Tints of Lime Green #2FBC36

Color information

#2FBC36 (or 0x2FBC36) is unknown color: approx Lime Green. HEX triplet: 2F, BC and 36. RGB value is (47,188,54). Sum of RGB (Red+Green+Blue) = 47+188+54=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 188 (73.83% from 255 or 65.05% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBC36 is #D043C9. Grayscale: #828282. Windows color (decimal): -13648842 or 3587119. OLE color: 3587119.

HSL color Cylindrical-coordinate representation of color #2FBC36: hue angle of 122.98º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBC36 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB4718854-
CMYK0.7500.710.26
HSL122.98º60%46.08%-
HSV(B)122.98º75%73.73%-
XYZ19.8236.849.56-
YUV130.5684.7968.4-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.26%
GREEN value IS 188 (73.83% from 255) = 65.05%
BLUE value IS 54 (21.48% from 255) = 18.69%
R=16.26%
G=65.05%
B=18.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal47188540.7500.710.26122.986046.08
Hex2FBC364B0471A7b3c2e
Octal57274661130107321737456
Binary10111110111100110110100101101000111110101111011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBC36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,188,54); }

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

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

 a { background-color: rgb(47,188,54); }

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

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

 span { border-color: rgb(47,188,54); }

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