Html Css Color HEX #2BC016 Lime Green

📋 copy color: '#2BC016'

red 43 ◦ green 192 ◦ blue 22

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

Shades of Lime Green #2BC016

Tints of Lime Green #2BC016

RGB

 RED value IS 43 (17.19% from 255) = 16.73%

 GREEN value IS 192 (75.39% from 255) = 74.71%

 BLUE value IS 22 (8.98% from 255) = 8.56%

R = 16.73%
G = 74.71%
B = 8.56%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#2BC016 (or 0x2BC016) is known color: Lime Green. HEX triplet: 2B, C0 and 16. RGB value is (43,192,22). Sum of RGB (Red+Green+Blue) = 43+192+22=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 192 (75.39% from 255 or 74.71% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC016 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC016 is #D43FE9. Grayscale: #808080. Windows color (decimal): -13909994 or 1490987. OLE color: 1490987.

HSL color Cylindrical-coordinate representation of color #2BC016: hue angle of 112.59º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2BC016 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 192 22 -
CMYK 0.78 0 0.89 0.25
HSL 112.59º 0.79% 0.42% -
HSV(B) 112.59º 0.89% 0.75% -
XYZ 19.99 38.27 7.09 -
YUV 128.07 68.14 67.32 -
System Red Green Blue C M Y K H S L
Decimal 43 192 22 0.78 0 0.89 0.25 112.59 0.79 0.42
Hex 2B C0 16 4E 0 59 19 71 4F 2A
Octal 53 300 26 116 0 131 31 161 117 52
Binary 101011 11000000 10110 1001110 0 1011001 11001 1110001 1001111 101010

Color Harmonies of #2BC016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC016

Black with #2BC016

Text Example


Text Example

White with #2BC016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,192,22); }

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

background-color css

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

 a { background-color: rgb(43,192,22); }

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

border-color css

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

 span { border-color: rgb(43,192,22); }

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