#2BB627

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

Shades of Lime Green #2BB627

Tints of Lime Green #2BB627

Color information

#2BB627 (or 0x2BB627) is unknown color: approx Lime Green. HEX triplet: 2B, B6 and 27. RGB value is (43,182,39). Sum of RGB (Red+Green+Blue) = 43+182+39=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 182 (71.48% from 255 or 68.94% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB627 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB627 is #D449D8. Grayscale: #7C7C7C. Windows color (decimal): -13912537 or 2602539. OLE color: 2602539.

HSL color Cylindrical-coordinate representation of color #2BB627: hue angle of 118.32º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BB627 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB4318239-
CMYK0.7600.790.29
HSL118.32º64.71%43.33%-
HSV(B)118.32º78.57%71.37%-
XYZ18.0934.127.55-
YUV124.1479.9570.13-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.29%
GREEN value IS 182 (71.48% from 255) = 68.94%
BLUE value IS 39 (15.62% from 255) = 14.77%
R=16.29%
G=68.94%
B=14.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal43182390.7600.790.29118.3264.7143.33
Hex2BB6274C04F1D76412b
Octal532664711401173516610153
Binary101011101101101001111001100010011111110111101101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,182,39); }

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

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

 a { background-color: rgb(43,182,39); }

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

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

 span { border-color: rgb(43,182,39); }

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