#2CB525

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

Shades of Lime Green #2CB525

Tints of Lime Green #2CB525

Color information

#2CB525 (or 0x2CB525) is unknown color: approx Lime Green. HEX triplet: 2C, B5 and 25. RGB value is (44,181,37). Sum of RGB (Red+Green+Blue) = 44+181+37=262 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.79% from 262); Green value is 181 (71.09% from 255 or 69.08% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB525 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB525 is #D34ADA. Grayscale: #7C7C7C. Windows color (decimal): -13847259 or 2471212. OLE color: 2471212.

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

Color convert

RGB4418137-
CMYK0.7600.800.29
HSL117.08º66.06%42.75%-
HSV(B)117.08º79.56%70.98%-
XYZ17.933.727.32-
YUV123.6279.1171.21-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.79%
GREEN value IS 181 (71.09% from 255) = 69.08%
BLUE value IS 37 (14.84% from 255) = 14.12%
R=16.79%
G=69.08%
B=14.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal44181370.7600.800.29117.0866.0642.75
Hex2CB5254C0501D75422b
Octal542654511401203516510253
Binary101100101101011001011001100010100001110111101011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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