Html Css Color HEX #2CC42A Lime Green

📋 copy color: '#2CC42A'

red 44 ◦ green 196 ◦ blue 42

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

Shades of Lime Green #2CC42A

Tints of Lime Green #2CC42A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.89%

R = 15.6%
G = 69.5%
B = 14.89%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#2CC42A (or 0x2CC42A) is known color: Lime Green. HEX triplet: 2C, C4 and 2A. RGB value is (44,196,42). Sum of RGB (Red+Green+Blue) = 44+196+42=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 196 (76.95% from 255 or 69.50% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 196 - color contains mainly: green. Hex color #2CC42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC42A is #D33BD5. Grayscale: #858585. Windows color (decimal): -13843414 or 2802732. OLE color: 2802732.

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

Color convert

RGB 44 196 42 -
CMYK 0.78 0 0.79 0.23
HSL 119.22º 0.65% 0.47% -
HSV(B) 119.22º 0.79% 0.77% -
XYZ 21.2 40.18 8.83 -
YUV 133 76.64 64.52 -
System Red Green Blue C M Y K H S L
Decimal 44 196 42 0.78 0 0.79 0.23 119.22 0.65 0.47
Hex 2C C4 2A 4E 0 4F 17 77 41 2F
Octal 54 304 52 116 0 117 27 167 101 57
Binary 101100 11000100 101010 1001110 0 1001111 10111 1110111 1000001 101111

Color Harmonies of #2CC42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC42A

Black with #2CC42A

Text Example


Text Example

White with #2CC42A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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