#2CBA25

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

Shades of Lime Green #2CBA25

Tints of Lime Green #2CBA25

Color information

#2CBA25 (or 0x2CBA25) is unknown color: approx Lime Green. HEX triplet: 2C, BA and 25. RGB value is (44,186,37). Sum of RGB (Red+Green+Blue) = 44+186+37=267 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.48% from 267); Green value is 186 (73.05% from 255 or 69.66% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 186 - color contains mainly: green. Hex color #2CBA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBA25 is #D345DA. Grayscale: #7F7F7F. Windows color (decimal): -13845979 or 2472492. OLE color: 2472492.

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

Color convert

RGB4418637-
CMYK0.7600.800.27
HSL117.18º66.82%43.73%-
HSV(B)117.18º80.11%72.94%-
XYZ18.9335.797.66-
YUV126.5677.4669.12-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.48%
GREEN value IS 186 (73.05% from 255) = 69.66%
BLUE value IS 37 (14.84% from 255) = 13.86%
R=16.48%
G=69.66%
B=13.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal44186370.7600.800.27117.1866.8243.73
Hex2CBA254C0501B75432c
Octal542724511401203316510354
Binary101100101110101001011001100010100001101111101011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,186,37); }

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

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

 a { background-color: rgb(44,186,37); }

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

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

 span { border-color: rgb(44,186,37); }

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