Html Css Color HEX #2CC621 Lime Green

📋 copy color: '#2CC621'

red 44 ◦ green 198 ◦ blue 33

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

Shades of Lime Green #2CC621

Tints of Lime Green #2CC621

RGB

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

 GREEN value IS 198 (77.73% from 255) = 72%

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

R = 16%
G = 72%
B = 12%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#2CC621 (or 0x2CC621) is known color: Lime Green. HEX triplet: 2C, C6 and 21. RGB value is (44,198,33). Sum of RGB (Red+Green+Blue) = 44+198+33=275 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16% from 275); Green value is 198 (77.73% from 255 or 72% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 198 - color contains mainly: green. Hex color #2CC621 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC621 is #D339DE. Grayscale: #858585. Windows color (decimal): -13842911 or 2213420. OLE color: 2213420.

HSL color Cylindrical-coordinate representation of color #2CC621: hue angle of 116º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CC621 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 44 198 33 -
CMYK 0.78 0 0.83 0.22
HSL 116º 0.71% 0.45% -
HSV(B) 116º 0.83% 0.78% -
XYZ 21.51 41.03 8.23 -
YUV 133.14 71.48 64.42 -
System Red Green Blue C M Y K H S L
Decimal 44 198 33 0.78 0 0.83 0.22 116 0.71 0.45
Hex 2C C6 21 4E 0 53 16 74 47 2D
Octal 54 306 41 116 0 123 26 164 107 55
Binary 101100 11000110 100001 1001110 0 1010011 10110 1110100 1000111 101101

Color Harmonies of #2CC621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC621

Black with #2CC621

Text Example


Text Example

White with #2CC621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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