Html Css Color HEX #2CC451 Lime Green

📋 copy color: '#2CC451'

red 44 ◦ green 196 ◦ blue 81

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

Shades of Lime Green #2CC451

Tints of Lime Green #2CC451

RGB

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

 GREEN value IS 196 (76.95% from 255) = 61.06%

 BLUE value IS 81 (32.03% from 255) = 25.23%

R = 13.71%
G = 61.06%
B = 25.23%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#2CC451 (or 0x2CC451) is known color: Lime Green. HEX triplet: 2C, C4 and 51. RGB value is (44,196,81). Sum of RGB (Red+Green+Blue) = 44+196+81=321 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.71% from 321); Green value is 196 (76.95% from 255 or 61.06% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 196 - color contains mainly: green. Hex color #2CC451 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC451 is #D33BAE. Grayscale: #898989. Windows color (decimal): -13843375 or 5358636. OLE color: 5358636.

HSL color Cylindrical-coordinate representation of color #2CC451: hue angle of 134.61º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC451 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 44 196 81 -
CMYK 0.78 0 0.59 0.23
HSL 134.61º 0.63% 0.47% -
HSV(B) 134.61º 0.78% 0.77% -
XYZ 22.26 40.61 14.45 -
YUV 137.44 96.14 61.35 -
System Red Green Blue C M Y K H S L
Decimal 44 196 81 0.78 0 0.59 0.23 134.61 0.63 0.47
Hex 2C C4 51 4E 0 3B 17 87 3F 2F
Octal 54 304 121 116 0 73 27 207 77 57
Binary 101100 11000100 1010001 1001110 0 111011 10111 10000111 111111 101111

Color Harmonies of #2CC451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC451

Black with #2CC451

Text Example


Text Example

White with #2CC451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,196,81); }

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

background-color css

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

 a { background-color: rgb(44,196,81); }

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

border-color css

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

 span { border-color: rgb(44,196,81); }

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