Html Css Color HEX #2CC629 Lime Green

📋 copy color: '#2CC629'

red 44 ◦ green 198 ◦ blue 41

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

Shades of Lime Green #2CC629

Tints of Lime Green #2CC629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.49%

R = 15.55%
G = 69.96%
B = 14.49%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#2CC629 (or 0x2CC629) is known color: Lime Green. HEX triplet: 2C, C6 and 29. RGB value is (44,198,41). Sum of RGB (Red+Green+Blue) = 44+198+41=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 198 (77.73% from 255 or 69.96% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 198 - color contains mainly: green. Hex color #2CC629 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC629 is #D339D6. Grayscale: #868686. Windows color (decimal): -13842903 or 2737708. OLE color: 2737708.

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

Color convert

RGB 44 198 41 -
CMYK 0.78 0 0.79 0.22
HSL 118.85º 0.66% 0.47% -
HSV(B) 118.85º 0.79% 0.78% -
XYZ 21.63 41.08 8.89 -
YUV 134.06 75.48 63.77 -
System Red Green Blue C M Y K H S L
Decimal 44 198 41 0.78 0 0.79 0.22 118.85 0.66 0.47
Hex 2C C6 29 4E 0 4F 16 77 42 2F
Octal 54 306 51 116 0 117 26 167 102 57
Binary 101100 11000110 101001 1001110 0 1001111 10110 1110111 1000010 101111

Color Harmonies of #2CC629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC629

Black with #2CC629

Text Example


Text Example

White with #2CC629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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