Html Css Color HEX #2CC036 Lime Green

📋 copy color: '#2CC036'

red 44 ◦ green 192 ◦ blue 54

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

Shades of Lime Green #2CC036

Tints of Lime Green #2CC036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.62%

R = 15.17%
G = 66.21%
B = 18.62%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#2CC036 (or 0x2CC036) is known color: Lime Green. HEX triplet: 2C, C0 and 36. RGB value is (44,192,54). Sum of RGB (Red+Green+Blue) = 44+192+54=290 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.17% from 290); Green value is 192 (75.39% from 255 or 66.21% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC036 is #D33FC9. Grayscale: #848484. Windows color (decimal): -13844426 or 3588140. OLE color: 3588140.

HSL color Cylindrical-coordinate representation of color #2CC036: hue angle of 124.05º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC036 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 192 54 -
CMYK 0.77 0 0.72 0.25
HSL 124.05º 0.63% 0.46% -
HSV(B) 124.05º 0.77% 0.75% -
XYZ 20.55 38.5 9.84 -
YUV 132.02 83.97 65.22 -
System Red Green Blue C M Y K H S L
Decimal 44 192 54 0.77 0 0.72 0.25 124.05 0.63 0.46
Hex 2C C0 36 4D 0 48 19 7C 3F 2E
Octal 54 300 66 115 0 110 31 174 77 56
Binary 101100 11000000 110110 1001101 0 1001000 11001 1111100 111111 101110

Color Harmonies of #2CC036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC036

Black with #2CC036

Text Example


Text Example

White with #2CC036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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