Html Css Color HEX #2CC026 Lime Green

📋 copy color: '#2CC026'

red 44 ◦ green 192 ◦ blue 38

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

Shades of Lime Green #2CC026

Tints of Lime Green #2CC026

RGB

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

 GREEN value IS 192 (75.39% from 255) = 70.07%

 BLUE value IS 38 (15.23% from 255) = 13.87%

R = 16.06%
G = 70.07%
B = 13.87%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#2CC026 (or 0x2CC026) is known color: Lime Green. HEX triplet: 2C, C0 and 26. RGB value is (44,192,38). Sum of RGB (Red+Green+Blue) = 44+192+38=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 192 (75.39% from 255 or 70.07% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC026 is #D33FD9. Grayscale: #828282. Windows color (decimal): -13844442 or 2539564. OLE color: 2539564.

HSL color Cylindrical-coordinate representation of color #2CC026: hue angle of 117.66º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CC026 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 192 38 -
CMYK 0.77 0 0.80 0.25
HSL 117.66º 0.67% 0.45% -
HSV(B) 117.66º 0.8% 0.75% -
XYZ 20.24 38.37 8.17 -
YUV 130.19 75.97 66.52 -
System Red Green Blue C M Y K H S L
Decimal 44 192 38 0.77 0 0.80 0.25 117.66 0.67 0.45
Hex 2C C0 26 4D 0 50 19 76 43 2D
Octal 54 300 46 115 0 120 31 166 103 55
Binary 101100 11000000 100110 1001101 0 1010000 11001 1110110 1000011 101101

Color Harmonies of #2CC026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC026

Black with #2CC026

Text Example


Text Example

White with #2CC026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,192,38); }

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

background-color css

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

 a { background-color: rgb(44,192,38); }

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

border-color css

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

 span { border-color: rgb(44,192,38); }

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