#2BC034

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

Shades of Lime Green #2BC034

Tints of Lime Green #2BC034

Color information

#2BC034 (or 0x2BC034) is unknown color: approx Lime Green. HEX triplet: 2B, C0 and 34. RGB value is (43,192,52). Sum of RGB (Red+Green+Blue) = 43+192+52=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 192 (75.39% from 255 or 66.90% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC034 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC034 is #D43FCB. Grayscale: #838383. Windows color (decimal): -13909964 or 3457067. OLE color: 3457067.

HSL color Cylindrical-coordinate representation of color #2BC034: hue angle of 123.62º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC034 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB4319252-
CMYK0.7800.730.25
HSL123.62º63.4%46.08%-
HSV(B)123.62º77.6%75.29%-
XYZ20.4738.469.59-
YUV131.4983.1464.88-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.98%
GREEN value IS 192 (75.39% from 255) = 66.90%
BLUE value IS 52 (20.70% from 255) = 18.12%
R=14.98%
G=66.90%
B=18.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal43192520.7800.730.25123.6263.446.08
Hex2BC0344E049197c3f2e
Octal53300641160111311747756
Binary10101111000000110100100111001001001110011111100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,192,52); }

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

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

 a { background-color: rgb(43,192,52); }

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

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

 span { border-color: rgb(43,192,52); }

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