Html Css Color HEX #2BC316 Lime Green

📋 copy color: '#2BC316'

red 43 ◦ green 195 ◦ blue 22

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

Shades of Lime Green #2BC316

Tints of Lime Green #2BC316

RGB

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

 GREEN value IS 195 (76.56% from 255) = 75%

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

R = 16.54%
G = 75%
B = 8.46%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#2BC316 (or 0x2BC316) is known color: Lime Green. HEX triplet: 2B, C3 and 16. RGB value is (43,195,22). Sum of RGB (Red+Green+Blue) = 43+195+22=260 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.54% from 260); Green value is 195 (76.56% from 255 or 75% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 195 - color contains mainly: green. Hex color #2BC316 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC316 is #D43CE9. Grayscale: #828282. Windows color (decimal): -13909226 or 1491755. OLE color: 1491755.

HSL color Cylindrical-coordinate representation of color #2BC316: hue angle of 112.72º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2BC316 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 43 195 22 -
CMYK 0.78 0 0.89 0.24
HSL 112.72º 0.8% 0.43% -
HSV(B) 112.72º 0.89% 0.76% -
XYZ 20.66 39.6 7.31 -
YUV 129.83 67.14 66.07 -
System Red Green Blue C M Y K H S L
Decimal 43 195 22 0.78 0 0.89 0.24 112.72 0.8 0.43
Hex 2B C3 16 4E 0 59 18 71 50 2B
Octal 53 303 26 116 0 131 30 161 120 53
Binary 101011 11000011 10110 1001110 0 1011001 11000 1110001 1010000 101011

Color Harmonies of #2BC316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC316

Black with #2BC316

Text Example


Text Example

White with #2BC316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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