#2CB33E

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

Shades of Lime Green #2CB33E

Tints of Lime Green #2CB33E

Color information

#2CB33E (or 0x2CB33E) is unknown color: approx Lime Green. HEX triplet: 2C, B3 and 3E. RGB value is (44,179,62). Sum of RGB (Red+Green+Blue) = 44+179+62=285 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.44% from 285); Green value is 179 (70.31% from 255 or 62.81% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB33E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB33E is #D34CC1. Grayscale: #7D7D7D. Windows color (decimal): -13847746 or 4109100. OLE color: 4109100.

HSL color Cylindrical-coordinate representation of color #2CB33E: hue angle of 128º degrees, saturation: 0.61, 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 #2CB33E is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB4417962-
CMYK0.7500.650.30
HSL128º60.54%43.73%-
HSV(B)128º75.42%70.2%-
XYZ18.0333.1210-
YUV125.392.2770.01-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.44%
GREEN value IS 179 (70.31% from 255) = 62.81%
BLUE value IS 62 (24.61% from 255) = 21.75%
R=15.44%
G=62.81%
B=21.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal44179620.7500.650.3012860.5443.73
Hex2CB33E4B0411E803d2c
Octal54263761130101362007554
Binary101100101100111111101001011010000011111010000000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,179,62); }

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

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

 a { background-color: rgb(44,179,62); }

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

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

 span { border-color: rgb(44,179,62); }

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