Html Css Color HEX #2BC511 Lime Green

📋 copy color: '#2BC511'

red 43 ◦ green 197 ◦ blue 17

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

Shades of Lime Green #2BC511

Tints of Lime Green #2BC511

RGB

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

 GREEN value IS 197 (77.34% from 255) = 76.65%

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

R = 16.73%
G = 76.65%
B = 6.61%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#2BC511 (or 0x2BC511) is known color: Lime Green. HEX triplet: 2B, C5 and 11. RGB value is (43,197,17). Sum of RGB (Red+Green+Blue) = 43+197+17=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 197 (77.34% from 255 or 76.65% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 197 - color contains mainly: green. Hex color #2BC511 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC511 is #D43AEE. Grayscale: #838383. Windows color (decimal): -13908719 or 1164587. OLE color: 1164587.

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

Color convert

RGB 43 197 17 -
CMYK 0.78 0 0.91 0.23
HSL 111.33º 0.84% 0.42% -
HSV(B) 111.33º 0.91% 0.77% -
XYZ 21.06 40.49 7.23 -
YUV 130.43 63.98 65.64 -
System Red Green Blue C M Y K H S L
Decimal 43 197 17 0.78 0 0.91 0.23 111.33 0.84 0.42
Hex 2B C5 11 4E 0 5B 17 6F 54 2A
Octal 53 305 21 116 0 133 27 157 124 52
Binary 101011 11000101 10001 1001110 0 1011011 10111 1101111 1010100 101010

Color Harmonies of #2BC511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC511

Black with #2BC511

Text Example


Text Example

White with #2BC511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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