#2FD74C

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

Shades of Lime Green #2FD74C

Tints of Lime Green #2FD74C

Color information

#2FD74C (or 0x2FD74C) is unknown color: approx Lime Green. HEX triplet: 2F, D7 and 4C. RGB value is (47,215,76). Sum of RGB (Red+Green+Blue) = 47+215+76=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 215 (84.38% from 255 or 63.61% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 215 - color contains mainly: green. Hex color #2FD74C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD74C is #D028B3. Grayscale: #959595. Windows color (decimal): -13641908 or 5035823. OLE color: 5035823.

HSL color Cylindrical-coordinate representation of color #2FD74C: hue angle of 130.36º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD74C is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB4721576-
CMYK0.7800.650.16
HSL130.36º67.74%51.37%-
HSV(B)130.36º78.14%84.31%-
XYZ26.7849.7315.02-
YUV148.9286.8455.3-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.91%
GREEN value IS 215 (84.38% from 255) = 63.61%
BLUE value IS 76 (30.08% from 255) = 22.49%
R=13.91%
G=63.61%
B=22.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal47215760.7800.650.16130.3667.7451.37
Hex2FD74C4E04110824433
Octal5732711411601012020210463
Binary10111111010111100110010011100100000110000100000101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FD74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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