#2cc21f

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

Shades of Lime Green #2CC21F

Tints of Lime Green #2CC21F

Color information

#2CC21F (or 0x2CC21F) is unknown color: approx Lime Green. HEX triplet: 2C, C2 and 1F. RGB value is (44,194,31). Sum of RGB (Red+Green+Blue) = 44+194+31=269 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.36% from 269); Green value is 194 (76.17% from 255 or 72.12% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC21F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC21F is #D33DE0. Grayscale: #838383. Windows color (decimal): -13843937 or 2081324. OLE color: 2081324.

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

Color convert

RGB4419431-
CMYK0.7700.840.24
HSL115.21º72.44%44.12%-
HSV(B)115.21º84.02%76.08%-
XYZ20.5839.227.78-
YUV130.5771.8166.25-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.36%
GREEN value IS 194 (76.17% from 255) = 72.12%
BLUE value IS 31 (12.5% from 255) = 11.52%
R=16.36%
G=72.12%
B=11.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal44194310.7700.840.24115.2172.4444.12
Hex2CC21F4D0541873482c
Octal543023711501243016311054
Binary10110011000010111111001101010101001100011100111001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cc21f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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