Html Css Color HEX #2BC213 Lime Green

📋 copy color: '#2BC213'

red 43 ◦ green 194 ◦ blue 19

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

Shades of Lime Green #2BC213

Tints of Lime Green #2BC213

RGB

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

 GREEN value IS 194 (76.17% from 255) = 75.78%

 BLUE value IS 19 (7.81% from 255) = 7.42%

R = 16.8%
G = 75.78%
B = 7.42%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#2BC213 (or 0x2BC213) is known color: Lime Green. HEX triplet: 2B, C2 and 13. RGB value is (43,194,19). Sum of RGB (Red+Green+Blue) = 43+194+19=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 194 (76.17% from 255 or 75.78% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC213 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC213 is #D43DEC. Grayscale: #818181. Windows color (decimal): -13909485 or 1294891. OLE color: 1294891.

HSL color Cylindrical-coordinate representation of color #2BC213: hue angle of 111.77º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BC213 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 43 194 19 -
CMYK 0.78 0 0.90 0.24
HSL 111.77º 0.82% 0.42% -
HSV(B) 111.77º 0.9% 0.76% -
XYZ 20.41 39.14 7.1 -
YUV 128.9 65.97 66.73 -
System Red Green Blue C M Y K H S L
Decimal 43 194 19 0.78 0 0.90 0.24 111.77 0.82 0.42
Hex 2B C2 13 4E 0 5A 18 70 52 2A
Octal 53 302 23 116 0 132 30 160 122 52
Binary 101011 11000010 10011 1001110 0 1011010 11000 1110000 1010010 101010

Color Harmonies of #2BC213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC213

Black with #2BC213

Text Example


Text Example

White with #2BC213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,194,19); }

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

background-color css

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

 a { background-color: rgb(43,194,19); }

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

border-color css

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

 span { border-color: rgb(43,194,19); }

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