Html Css Color HEX #2BC311 Lime Green

📋 copy color: '#2BC311'

red 43 ◦ green 195 ◦ blue 17

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

Shades of Lime Green #2BC311

Tints of Lime Green #2BC311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.67%

R = 16.86%
G = 76.47%
B = 6.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#2BC311 (or 0x2BC311) is known color: Lime Green. HEX triplet: 2B, C3 and 11. RGB value is (43,195,17). Sum of RGB (Red+Green+Blue) = 43+195+17=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 195 (76.56% from 255 or 76.47% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 195 - color contains mainly: green. Hex color #2BC311 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC311 is #D43CEE. Grayscale: #818181. Windows color (decimal): -13909231 or 1164075. OLE color: 1164075.

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

Color convert

RGB 43 195 17 -
CMYK 0.78 0 0.91 0.24
HSL 111.24º 0.84% 0.42% -
HSV(B) 111.24º 0.91% 0.76% -
XYZ 20.61 39.58 7.08 -
YUV 129.26 64.64 66.47 -
System Red Green Blue C M Y K H S L
Decimal 43 195 17 0.78 0 0.91 0.24 111.24 0.84 0.42
Hex 2B C3 11 4E 0 5B 18 6F 54 2A
Octal 53 303 21 116 0 133 30 157 124 52
Binary 101011 11000011 10001 1001110 0 1011011 11000 1101111 1010100 101010

Color Harmonies of #2BC311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC311

Black with #2BC311

Text Example


Text Example

White with #2BC311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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