#2bdf3f

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

Shades of Lime Green #2BDF3F

Tints of Lime Green #2BDF3F

Color information

#2BDF3F (or 0x2BDF3F) is unknown color: approx Lime Green. HEX triplet: 2B, DF and 3F. RGB value is (43,223,63). Sum of RGB (Red+Green+Blue) = 43+223+63=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 223 (87.5% from 255 or 67.78% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDF3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDF3F is #D420C0. Grayscale: #979797. Windows color (decimal): -13902017 or 4185899. OLE color: 4185899.

HSL color Cylindrical-coordinate representation of color #2BDF3F: hue angle of 126.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDF3F is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB4322363-
CMYK0.8100.720.13
HSL126.67º73.77%52.16%-
HSV(B)126.67º80.72%87.45%-
XYZ28.2853.6513.57-
YUV150.9478.3751.01-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.07%
GREEN value IS 223 (87.5% from 255) = 67.78%
BLUE value IS 63 (25% from 255) = 19.15%
R=13.07%
G=67.78%
B=19.15%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal43223630.8100.720.13126.6773.7752.16
Hex2BDF3F51048D7f4a34
Octal533377712101101517711264
Binary10101111011111111111101000101001000110111111111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bdf3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,223,63); }

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

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

 a { background-color: rgb(43,223,63); }

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

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

 span { border-color: rgb(43,223,63); }

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