#2FD230

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

Shades of Lime Green #2FD230

Tints of Lime Green #2FD230

Color information

#2FD230 (or 0x2FD230) is unknown color: approx Lime Green. HEX triplet: 2F, D2 and 30. RGB value is (47,210,48). Sum of RGB (Red+Green+Blue) = 47+210+48=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 210 (82.42% from 255 or 68.85% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 210 - color contains mainly: green. Hex color #2FD230 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD230 is #D02DCF. Grayscale: #8F8F8F. Windows color (decimal): -13643216 or 3199535. OLE color: 3199535.

HSL color Cylindrical-coordinate representation of color #2FD230: hue angle of 120.37º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD230 is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB4721048-
CMYK0.7800.770.18
HSL120.37º64.43%50.39%-
HSV(B)120.37º77.62%82.35%-
XYZ24.7546.9110.55-
YUV142.874.559.67-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.41%
GREEN value IS 210 (82.42% from 255) = 68.85%
BLUE value IS 48 (19.14% from 255) = 15.74%
R=15.41%
G=68.85%
B=15.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal47210480.7800.770.18120.3764.4350.39
Hex2FD2304E04D12784032
Octal573226011601152217010062
Binary101111110100101100001001110010011011001011110001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FD230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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