#2CBB1A

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

Shades of Lime Green #2CBB1A

Tints of Lime Green #2CBB1A

Color information

#2CBB1A (or 0x2CBB1A) is unknown color: approx Lime Green. HEX triplet: 2C, BB and 1A. RGB value is (44,187,26). Sum of RGB (Red+Green+Blue) = 44+187+26=257 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.12% from 257); Green value is 187 (73.44% from 255 or 72.76% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 187 - color contains mainly: green. Hex color #2CBB1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBB1A is #D344E5. Grayscale: #7E7E7E. Windows color (decimal): -13845734 or 1751852. OLE color: 1751852.

HSL color Cylindrical-coordinate representation of color #2CBB1A: hue angle of 113.29º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CBB1A is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB4418726-
CMYK0.7600.860.27
HSL113.29º75.59%41.76%-
HSV(B)113.29º86.1%73.33%-
XYZ1936.156.95-
YUV125.8971.6269.59-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.12%
GREEN value IS 187 (73.44% from 255) = 72.76%
BLUE value IS 26 (10.55% from 255) = 10.12%
R=17.12%
G=72.76%
B=10.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal44187260.7600.860.27113.2975.5941.76
Hex2CBB1A4C0561B714c2a
Octal542733211401263316111452
Binary10110010111011110101001100010101101101111100011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBB1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,187,26); }

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

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

 a { background-color: rgb(44,187,26); }

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

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

 span { border-color: rgb(44,187,26); }

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