#2BB62C

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

Shades of Lime Green #2BB62C

Tints of Lime Green #2BB62C

Color information

#2BB62C (or 0x2BB62C) is unknown color: approx Lime Green. HEX triplet: 2B, B6 and 2C. RGB value is (43,182,44). Sum of RGB (Red+Green+Blue) = 43+182+44=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 182 (71.48% from 255 or 67.66% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB62C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB62C is #D449D3. Grayscale: #7D7D7D. Windows color (decimal): -13912532 or 2930219. OLE color: 2930219.

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

Color convert

RGB4318244-
CMYK0.7600.760.29
HSL120.43º61.78%44.12%-
HSV(B)120.43º76.37%71.37%-
XYZ18.1834.158.02-
YUV124.7182.4569.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.99%
GREEN value IS 182 (71.48% from 255) = 67.66%
BLUE value IS 44 (17.58% from 255) = 16.36%
R=15.99%
G=67.66%
B=16.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal43182440.7600.760.29120.4361.7844.12
Hex2BB62C4C04C1D783e2c
Octal53266541140114351707654
Binary10101110110110101100100110001001100111011111000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB62C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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