Html Css Color HEX #2CC82A Lime Green

📋 copy color: '#2CC82A'

red 44 ◦ green 200 ◦ blue 42

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

Shades of Lime Green #2CC82A

Tints of Lime Green #2CC82A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 69.93%

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

R = 15.38%
G = 69.93%
B = 14.69%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#2CC82A (or 0x2CC82A) is known color: Lime Green. HEX triplet: 2C, C8 and 2A. RGB value is (44,200,42). Sum of RGB (Red+Green+Blue) = 44+200+42=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 200 (78.52% from 255 or 69.93% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 200 - color contains mainly: green. Hex color #2CC82A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC82A is #D337D5. Grayscale: #878787. Windows color (decimal): -13842390 or 2803756. OLE color: 2803756.

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

Color convert

RGB 44 200 42 -
CMYK 0.78 0 0.79 0.22
HSL 119.24º 0.65% 0.47% -
HSV(B) 119.24º 0.79% 0.78% -
XYZ 22.11 42.01 9.13 -
YUV 135.34 75.32 62.85 -
System Red Green Blue C M Y K H S L
Decimal 44 200 42 0.78 0 0.79 0.22 119.24 0.65 0.47
Hex 2C C8 2A 4E 0 4F 16 77 41 2F
Octal 54 310 52 116 0 117 26 167 101 57
Binary 101100 11001000 101010 1001110 0 1001111 10110 1110111 1000001 101111

Color Harmonies of #2CC82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC82A

Black with #2CC82A

Text Example


Text Example

White with #2CC82A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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