Html Css Color HEX #2CE521 Lime Green

📋 copy color: '#2CE521'

red 44 ◦ green 229 ◦ blue 33

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

Shades of Lime Green #2CE521

Tints of Lime Green #2CE521

RGB

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

 GREEN value IS 229 (89.84% from 255) = 74.84%

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

R = 14.38%
G = 74.84%
B = 10.78%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#2CE521 (or 0x2CE521) is known color: Lime Green. HEX triplet: 2C, E5 and 21. RGB value is (44,229,33). Sum of RGB (Red+Green+Blue) = 44+229+33=306 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.38% from 306); Green value is 229 (89.84% from 255 or 74.84% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE521 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE521 is #D31ADE. Grayscale: #979797. Windows color (decimal): -13834975 or 2221356. OLE color: 2221356.

HSL color Cylindrical-coordinate representation of color #2CE521: hue angle of 116.63º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CE521 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 44 229 33 -
CMYK 0.81 0 0.86 0.10
HSL 116.63º 0.79% 0.51% -
HSV(B) 116.63º 0.86% 0.9% -
XYZ 29.33 56.68 10.83 -
YUV 151.34 61.21 51.44 -
System Red Green Blue C M Y K H S L
Decimal 44 229 33 0.81 0 0.86 0.10 116.63 0.79 0.51
Hex 2C E5 21 51 0 56 A 75 4F 33
Octal 54 345 41 121 0 126 12 165 117 63
Binary 101100 11100101 100001 1010001 0 1010110 1010 1110101 1001111 110011

Color Harmonies of #2CE521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE521

Black with #2CE521

Text Example


Text Example

White with #2CE521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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