#2CB234

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

Shades of Lime Green #2CB234

Tints of Lime Green #2CB234

Color information

#2CB234 (or 0x2CB234) is unknown color: approx Lime Green. HEX triplet: 2C, B2 and 34. RGB value is (44,178,52). Sum of RGB (Red+Green+Blue) = 44+178+52=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 178 (69.92% from 255 or 64.96% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB234 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CB234 is #D34DCB. Grayscale: #7B7B7B. Windows color (decimal): -13848012 or 3453484. OLE color: 3453484.

HSL color Cylindrical-coordinate representation of color #2CB234: hue angle of 123.58º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB234 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB4417852-
CMYK0.7500.710.30
HSL123.58º60.36%43.53%-
HSV(B)123.58º75.28%69.8%-
XYZ17.5832.628.62-
YUV123.5787.6171.25-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.06%
GREEN value IS 178 (69.92% from 255) = 64.96%
BLUE value IS 52 (20.70% from 255) = 18.98%
R=16.06%
G=64.96%
B=18.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal44178520.7500.710.30123.5860.3643.53
Hex2CB2344B0471E7c3c2c
Octal54262641130107361747454
Binary10110010110010110100100101101000111111101111100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,178,52); }

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

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

 a { background-color: rgb(44,178,52); }

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

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

 span { border-color: rgb(44,178,52); }

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