Html Css Color HEX #2CC82B Lime Green

📋 copy color: '#2CC82B'

red 44 ◦ green 200 ◦ blue 43

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

Shades of Lime Green #2CC82B

Tints of Lime Green #2CC82B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.98%

R = 15.33%
G = 69.69%
B = 14.98%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#2CC82B (or 0x2CC82B) is known color: Lime Green. HEX triplet: 2C, C8 and 2B. RGB value is (44,200,43). Sum of RGB (Red+Green+Blue) = 44+200+43=287 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.33% from 287); Green value is 200 (78.52% from 255 or 69.69% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 200 - color contains mainly: green. Hex color #2CC82B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC82B is #D337D4. Grayscale: #878787. Windows color (decimal): -13842389 or 2869292. OLE color: 2869292.

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

Color convert

RGB 44 200 43 -
CMYK 0.78 0 0.78 0.22
HSL 119.62º 0.65% 0.48% -
HSV(B) 119.62º 0.79% 0.78% -
XYZ 22.13 42.02 9.23 -
YUV 135.46 75.82 62.77 -
System Red Green Blue C M Y K H S L
Decimal 44 200 43 0.78 0 0.78 0.22 119.62 0.65 0.48
Hex 2C C8 2B 4E 0 4E 16 78 41 30
Octal 54 310 53 116 0 116 26 170 101 60
Binary 101100 11001000 101011 1001110 0 1001110 10110 1111000 1000001 110000

Color Harmonies of #2CC82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC82B

Black with #2CC82B

Text Example


Text Example

White with #2CC82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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