Html Css Color HEX #2CE221 Lime Green

📋 copy color: '#2CE221'

red 44 ◦ green 226 ◦ blue 33

#2CE221
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #2CE221

Tints of Lime Green #2CE221

RGB

 RED value IS 44 (17.58% from 255) = 14.52%

 GREEN value IS 226 (88.67% from 255) = 74.59%

 BLUE value IS 33 (13.28% from 255) = 10.89%

R = 14.52%
G = 74.59%
B = 10.89%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#2CE221 (or 0x2CE221) is known color: Lime Green. HEX triplet: 2C, E2 and 21. RGB value is (44,226,33). Sum of RGB (Red+Green+Blue) = 44+226+33=303 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.52% from 303); Green value is 226 (88.67% from 255 or 74.59% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 226 - color contains mainly: green. Hex color #2CE221 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE221 is #D31DDE. Grayscale: #969696. Windows color (decimal): -13835743 or 2220588. OLE color: 2220588.

HSL color Cylindrical-coordinate representation of color #2CE221: hue angle of 116.58º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2CE221 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 44 226 33 -
CMYK 0.81 0 0.85 0.11
HSL 116.58º 0.77% 0.51% -
HSV(B) 116.58º 0.85% 0.89% -
XYZ 28.51 55.04 10.56 -
YUV 149.58 62.2 52.69 -
System Red Green Blue C M Y K H S L
Decimal 44 226 33 0.81 0 0.85 0.11 116.58 0.77 0.51
Hex 2C E2 21 51 0 55 B 75 4D 33
Octal 54 342 41 121 0 125 13 165 115 63
Binary 101100 11100010 100001 1010001 0 1010101 1011 1110101 1001101 110011

Color Harmonies of #2CE221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE221

Black with #2CE221

Text Example


Text Example

White with #2CE221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,226,33); }

 H1.HeaderClassName
 {
   color: #2CE221;
 }
 .AnyTagClassName
 {
   color: #2CE221;
 }
</style>

background-color css

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

 a { background-color: rgb(44,226,33); }

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

border-color css

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

 span { border-color: rgb(44,226,33); }

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