#2FDC30

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

Shades of Lime Green #2FDC30

Tints of Lime Green #2FDC30

Color information

#2FDC30 (or 0x2FDC30) is unknown color: approx Lime Green. HEX triplet: 2F, DC and 30. RGB value is (47,220,48). Sum of RGB (Red+Green+Blue) = 47+220+48=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 220 (86.33% from 255 or 69.84% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDC30 is #D023CF. Grayscale: #959595. Windows color (decimal): -13640656 or 3202095. OLE color: 3202095.

HSL color Cylindrical-coordinate representation of color #2FDC30: hue angle of 120.35º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDC30 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB4722048-
CMYK0.7900.780.14
HSL120.35º71.19%52.35%-
HSV(B)120.35º78.64%86.27%-
XYZ27.35211.4-
YUV148.6671.1955.49-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.92%
GREEN value IS 220 (86.33% from 255) = 69.84%
BLUE value IS 48 (19.14% from 255) = 15.24%
R=14.92%
G=69.84%
B=15.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal47220480.7900.780.14120.3571.1952.35
Hex2FDC304F04EE784734
Octal573346011701161617010764
Binary10111111011100110000100111101001110111011110001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FDC30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,220,48); }

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

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

 a { background-color: rgb(47,220,48); }

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

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

 span { border-color: rgb(47,220,48); }

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