#2CB933

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

Shades of Lime Green #2CB933

Tints of Lime Green #2CB933

Color information

#2CB933 (or 0x2CB933) is unknown color: approx Lime Green. HEX triplet: 2C, B9 and 33. RGB value is (44,185,51). Sum of RGB (Red+Green+Blue) = 44+185+51=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 185 (72.66% from 255 or 66.07% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 185 - color contains mainly: green. Hex color #2CB933 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB933 is #D346CC. Grayscale: #7F7F7F. Windows color (decimal): -13846221 or 3389740. OLE color: 3389740.

HSL color Cylindrical-coordinate representation of color #2CB933: hue angle of 122.98º 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 #2CB933 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB4418551-
CMYK0.7600.720.27
HSL122.98º61.57%44.9%-
HSV(B)122.98º76.22%72.55%-
XYZ18.9935.478.98-
YUV127.5684.7968.4-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.71%
GREEN value IS 185 (72.66% from 255) = 66.07%
BLUE value IS 51 (20.31% from 255) = 18.21%
R=15.71%
G=66.07%
B=18.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal44185510.7600.720.27122.9861.5744.9
Hex2CB9334C0481B7b3e2d
Octal54271631140110331737655
Binary10110010111001110011100110001001000110111111011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,185,51); }

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

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

 a { background-color: rgb(44,185,51); }

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

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

 span { border-color: rgb(44,185,51); }

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