Html Css Color HEX #2CC126 Lime Green

📋 copy color: '#2CC126'

red 44 ◦ green 193 ◦ blue 38

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

Shades of Lime Green #2CC126

Tints of Lime Green #2CC126

RGB

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

 GREEN value IS 193 (75.78% from 255) = 70.18%

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

R = 16%
G = 70.18%
B = 13.82%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#2CC126 (or 0x2CC126) is known color: Lime Green. HEX triplet: 2C, C1 and 26. RGB value is (44,193,38). Sum of RGB (Red+Green+Blue) = 44+193+38=275 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16% from 275); Green value is 193 (75.78% from 255 or 70.18% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC126 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC126 is #D33ED9. Grayscale: #838383. Windows color (decimal): -13844186 or 2539820. OLE color: 2539820.

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

Color convert

RGB 44 193 38 -
CMYK 0.77 0 0.80 0.24
HSL 117.68º 0.67% 0.45% -
HSV(B) 117.68º 0.8% 0.76% -
XYZ 20.46 38.82 8.25 -
YUV 130.78 75.64 66.1 -
System Red Green Blue C M Y K H S L
Decimal 44 193 38 0.77 0 0.80 0.24 117.68 0.67 0.45
Hex 2C C1 26 4D 0 50 18 76 43 2D
Octal 54 301 46 115 0 120 30 166 103 55
Binary 101100 11000001 100110 1001101 0 1010000 11000 1110110 1000011 101101

Color Harmonies of #2CC126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC126

Black with #2CC126

Text Example


Text Example

White with #2CC126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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