Html Css Color HEX #2CC84B Lime Green

📋 copy color: '#2CC84B'

red 44 ◦ green 200 ◦ blue 75

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

Shades of Lime Green #2CC84B

Tints of Lime Green #2CC84B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.51%

R = 13.79%
G = 62.7%
B = 23.51%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#2CC84B (or 0x2CC84B) is known color: Lime Green. HEX triplet: 2C, C8 and 4B. RGB value is (44,200,75). Sum of RGB (Red+Green+Blue) = 44+200+75=319 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.79% from 319); Green value is 200 (78.52% from 255 or 62.70% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 200 - color contains mainly: green. Hex color #2CC84B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC84B is #D337B4. Grayscale: #8B8B8B. Windows color (decimal): -13842357 or 4966444. OLE color: 4966444.

HSL color Cylindrical-coordinate representation of color #2CC84B: hue angle of 131.92º degrees, saturation: 0.64, 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 #2CC84B is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 44 200 75 -
CMYK 0.78 0 0.62 0.22
HSL 131.92º 0.64% 0.48% -
HSV(B) 131.92º 0.78% 0.78% -
XYZ 22.96 42.35 13.62 -
YUV 139.11 91.82 60.16 -
System Red Green Blue C M Y K H S L
Decimal 44 200 75 0.78 0 0.62 0.22 131.92 0.64 0.48
Hex 2C C8 4B 4E 0 3E 16 84 40 30
Octal 54 310 113 116 0 76 26 204 100 60
Binary 101100 11001000 1001011 1001110 0 111110 10110 10000100 1000000 110000

Color Harmonies of #2CC84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC84B

Black with #2CC84B

Text Example


Text Example

White with #2CC84B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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