#2FC034

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

Shades of Lime Green #2FC034

Tints of Lime Green #2FC034

Color information

#2FC034 (or 0x2FC034) is unknown color: approx Lime Green. HEX triplet: 2F, C0 and 34. RGB value is (47,192,52). Sum of RGB (Red+Green+Blue) = 47+192+52=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 192 (75.39% from 255 or 65.98% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC034 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC034 is #D03FCB. Grayscale: #858585. Windows color (decimal): -13647820 or 3457071. OLE color: 3457071.

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

Color convert

RGB4719252-
CMYK0.7600.730.25
HSL122.07º60.67%46.86%-
HSV(B)122.07º75.52%75.29%-
XYZ20.6438.559.6-
YUV132.6882.4666.88-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.15%
GREEN value IS 192 (75.39% from 255) = 65.98%
BLUE value IS 52 (20.70% from 255) = 17.87%
R=16.15%
G=65.98%
B=17.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47192520.7600.730.25122.0760.6746.86
Hex2FC0344C049197a3d2f
Octal57300641140111311727557
Binary10111111000000110100100110001001001110011111010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,192,52); }

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

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

 a { background-color: rgb(47,192,52); }

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

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

 span { border-color: rgb(47,192,52); }

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