#2CC21B

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

Shades of Lime Green #2CC21B

Tints of Lime Green #2CC21B

Color information

#2CC21B (or 0x2CC21B) is unknown color: approx Lime Green. HEX triplet: 2C, C2 and 1B. RGB value is (44,194,27). Sum of RGB (Red+Green+Blue) = 44+194+27=265 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.60% from 265); Green value is 194 (76.17% from 255 or 73.21% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC21B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC21B is #D33DE4. Grayscale: #828282. Windows color (decimal): -13843941 or 1819180. OLE color: 1819180.

HSL color Cylindrical-coordinate representation of color #2CC21B: hue angle of 113.89º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CC21B is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB4419427-
CMYK0.7700.860.24
HSL113.89º75.57%43.33%-
HSV(B)113.89º86.08%76.08%-
XYZ20.5339.27.52-
YUV130.1169.8166.58-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.60%
GREEN value IS 194 (76.17% from 255) = 73.21%
BLUE value IS 27 (10.94% from 255) = 10.19%
R=16.60%
G=73.21%
B=10.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal44194270.7700.860.24113.8975.5743.33
Hex2CC21B4D05618724c2b
Octal543023311501263016211453
Binary10110011000010110111001101010101101100011100101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC21B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,194,27); }

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

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

 a { background-color: rgb(44,194,27); }

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

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

 span { border-color: rgb(44,194,27); }

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