#2CCB2B

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

Shades of Lime Green #2CCB2B

Tints of Lime Green #2CCB2B

Color information

#2CCB2B (or 0x2CCB2B) is unknown color: approx Lime Green. HEX triplet: 2C, CB and 2B. RGB value is (44,203,43). Sum of RGB (Red+Green+Blue) = 44+203+43=290 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.17% from 290); Green value is 203 (79.69% from 255 or 70% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCB2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCB2B is #D334D4. Grayscale: #898989. Windows color (decimal): -13841621 or 2870060. OLE color: 2870060.

HSL color Cylindrical-coordinate representation of color #2CCB2B: hue angle of 119.62º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCB2B is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB4420343-
CMYK0.7800.790.20
HSL119.62º65.04%48.24%-
HSV(B)119.62º78.82%79.61%-
XYZ22.8343.429.46-
YUV137.2274.8261.51-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.17%
GREEN value IS 203 (79.69% from 255) = 70%
BLUE value IS 43 (17.19% from 255) = 14.83%
R=15.17%
G=70%
B=14.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal44203430.7800.790.20119.6265.0448.24
Hex2CCB2B4E04F14784130
Octal543135311601172417010160
Binary101100110010111010111001110010011111010011110001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCB2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,203,43); }

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

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

 a { background-color: rgb(44,203,43); }

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

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

 span { border-color: rgb(44,203,43); }

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