#2BB72C

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

Shades of Lime Green #2BB72C

Tints of Lime Green #2BB72C

Color information

#2BB72C (or 0x2BB72C) is unknown color: approx Lime Green. HEX triplet: 2B, B7 and 2C. RGB value is (43,183,44). Sum of RGB (Red+Green+Blue) = 43+183+44=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 183 (71.88% from 255 or 67.78% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 183 - color contains mainly: green. Hex color #2BB72C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB72C is #D448D3. Grayscale: #7D7D7D. Windows color (decimal): -13912276 or 2930475. OLE color: 2930475.

HSL color Cylindrical-coordinate representation of color #2BB72C: hue angle of 120.43º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB72C is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB4318344-
CMYK0.7700.760.28
HSL120.43º61.95%44.31%-
HSV(B)120.43º76.5%71.76%-
XYZ18.3834.568.09-
YUV125.2982.1269.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.93%
GREEN value IS 183 (71.88% from 255) = 67.78%
BLUE value IS 44 (17.58% from 255) = 16.30%
R=15.93%
G=67.78%
B=16.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal43183440.7700.760.28120.4361.9544.31
Hex2BB72C4D04C1C783e2c
Octal53267541150114341707654
Binary10101110110111101100100110101001100111001111000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB72C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,183,44); }

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

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

 a { background-color: rgb(43,183,44); }

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

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

 span { border-color: rgb(43,183,44); }

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