#2cbb38

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

Shades of Lime Green #2CBB38

Tints of Lime Green #2CBB38

Color information

#2CBB38 (or 0x2CBB38) is unknown color: approx Lime Green. HEX triplet: 2C, BB and 38. RGB value is (44,187,56). Sum of RGB (Red+Green+Blue) = 44+187+56=287 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.33% from 287); Green value is 187 (73.44% from 255 or 65.16% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 187 - color contains mainly: green. Hex color #2CBB38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBB38 is #D344C7. Grayscale: #818181. Windows color (decimal): -13845704 or 3717932. OLE color: 3717932.

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

Color convert

RGB4418756-
CMYK0.7600.700.27
HSL125.03º61.9%45.29%-
HSV(B)125.03º76.47%73.33%-
XYZ19.5236.369.73-
YUV129.3186.6267.15-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.33%
GREEN value IS 187 (73.44% from 255) = 65.16%
BLUE value IS 56 (22.27% from 255) = 19.51%
R=15.33%
G=65.16%
B=19.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal44187560.7600.700.27125.0361.945.29
Hex2CBB384C0461B7d3e2d
Octal54273701140106331757655
Binary10110010111011111000100110001000110110111111101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cbb38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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