#2FBC35

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

Shades of Lime Green #2FBC35

Tints of Lime Green #2FBC35

Color information

#2FBC35 (or 0x2FBC35) is unknown color: approx Lime Green. HEX triplet: 2F, BC and 35. RGB value is (47,188,53). Sum of RGB (Red+Green+Blue) = 47+188+53=288 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.32% from 288); Green value is 188 (73.83% from 255 or 65.28% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBC35 is #D043CA. Grayscale: #828282. Windows color (decimal): -13648843 or 3521583. OLE color: 3521583.

HSL color Cylindrical-coordinate representation of color #2FBC35: hue angle of 122.55º 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 #2FBC35 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB4718853-
CMYK0.7500.720.26
HSL122.55º60%46.08%-
HSV(B)122.55º75%73.73%-
XYZ19.836.839.43-
YUV130.4584.2968.48-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.32%
GREEN value IS 188 (73.83% from 255) = 65.28%
BLUE value IS 53 (21.09% from 255) = 18.40%
R=16.32%
G=65.28%
B=18.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal47188530.7500.720.26122.556046.08
Hex2FBC354B0481A7b3c2e
Octal57274651130110321737456
Binary10111110111100110101100101101001000110101111011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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