#2FBE4C

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

Shades of Lime Green #2FBE4C

Tints of Lime Green #2FBE4C

Color information

#2FBE4C (or 0x2FBE4C) is unknown color: approx Lime Green. HEX triplet: 2F, BE and 4C. RGB value is (47,190,76). Sum of RGB (Red+Green+Blue) = 47+190+76=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 190 (74.61% from 255 or 60.70% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBE4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBE4C is #D041B3. Grayscale: #868686. Windows color (decimal): -13648308 or 5029423. OLE color: 5029423.

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

Color convert

RGB4719076-
CMYK0.7500.600.25
HSL132.17º60.34%46.47%-
HSV(B)132.17º75.26%74.51%-
XYZ20.8937.9513.06-
YUV134.2595.1265.77-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.02%
GREEN value IS 190 (74.61% from 255) = 60.70%
BLUE value IS 76 (30.08% from 255) = 24.28%
R=15.02%
G=60.70%
B=24.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47190760.7500.600.25132.1760.3446.47
Hex2FBE4C4B03C19843c2e
Octal57276114113074312047456
Binary101111101111101001100100101101111001100110000100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,190,76); }

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

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

 a { background-color: rgb(47,190,76); }

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

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

 span { border-color: rgb(47,190,76); }

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