#2FC23B

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

Shades of Lime Green #2FC23B

Tints of Lime Green #2FC23B

Color information

#2FC23B (or 0x2FC23B) is unknown color: approx Lime Green. HEX triplet: 2F, C2 and 3B. RGB value is (47,194,59). Sum of RGB (Red+Green+Blue) = 47+194+59=300 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.67% from 300); Green value is 194 (76.17% from 255 or 64.67% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC23B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC23B is #D03DC4. Grayscale: #878787. Windows color (decimal): -13647301 or 3916335. OLE color: 3916335.

HSL color Cylindrical-coordinate representation of color #2FC23B: hue angle of 124.9º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC23B is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB4719459-
CMYK0.7600.700.24
HSL124.9º61%47.25%-
HSV(B)124.9º75.77%76.08%-
XYZ21.2539.510.64-
YUV134.6685.365.48-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.67%
GREEN value IS 194 (76.17% from 255) = 64.67%
BLUE value IS 59 (23.44% from 255) = 19.67%
R=15.67%
G=64.67%
B=19.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal47194590.7600.700.24124.96147.25
Hex2FC23B4C046187d3d2f
Octal57302731140106301757557
Binary10111111000010111011100110001000110110001111101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,194,59); }

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

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

 a { background-color: rgb(47,194,59); }

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

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

 span { border-color: rgb(47,194,59); }

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