#2BCF1E

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

Shades of Lime Green #2BCF1E

Tints of Lime Green #2BCF1E

Color information

#2BCF1E (or 0x2BCF1E) is unknown color: approx Lime Green. HEX triplet: 2B, CF and 1E. RGB value is (43,207,30). Sum of RGB (Red+Green+Blue) = 43+207+30=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 207 (81.25% from 255 or 73.93% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCF1E is #D430E1. Grayscale: #8A8A8A. Windows color (decimal): -13906146 or 2019115. OLE color: 2019115.

HSL color Cylindrical-coordinate representation of color #2BCF1E: hue angle of 115.59º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2BCF1E is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB4320730-
CMYK0.7900.860.19
HSL115.59º74.68%46.47%-
HSV(B)115.59º85.51%81.18%-
XYZ23.5445.238.72-
YUV137.7967.1760.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.36%
GREEN value IS 207 (81.25% from 255) = 73.93%
BLUE value IS 30 (12.11% from 255) = 10.71%
R=15.36%
G=73.93%
B=10.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal43207300.7900.860.19115.5974.6846.47
Hex2BCF1E4F05613744b2e
Octal533173611701262316411356
Binary10101111001111111101001111010101101001111101001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,207,30); }

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

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

 a { background-color: rgb(43,207,30); }

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

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

 span { border-color: rgb(43,207,30); }

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