Html Css Color HEX #2BC514 Lime Green

📋 copy color: '#2BC514'

red 43 ◦ green 197 ◦ blue 20

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

Shades of Lime Green #2BC514

Tints of Lime Green #2BC514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.69%

R = 16.54%
G = 75.77%
B = 7.69%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#2BC514 (or 0x2BC514) is known color: Lime Green. HEX triplet: 2B, C5 and 14. RGB value is (43,197,20). Sum of RGB (Red+Green+Blue) = 43+197+20=260 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.54% from 260); Green value is 197 (77.34% from 255 or 75.77% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 197 - color contains mainly: green. Hex color #2BC514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC514 is #D43AEB. Grayscale: #838383. Windows color (decimal): -13908716 or 1361195. OLE color: 1361195.

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

Color convert

RGB 43 197 20 -
CMYK 0.78 0 0.90 0.23
HSL 112.2º 0.82% 0.43% -
HSV(B) 112.2º 0.9% 0.77% -
XYZ 21.09 40.5 7.37 -
YUV 130.78 65.48 65.39 -
System Red Green Blue C M Y K H S L
Decimal 43 197 20 0.78 0 0.90 0.23 112.2 0.82 0.43
Hex 2B C5 14 4E 0 5A 17 70 52 2B
Octal 53 305 24 116 0 132 27 160 122 53
Binary 101011 11000101 10100 1001110 0 1011010 10111 1110000 1010010 101011

Color Harmonies of #2BC514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC514

Black with #2BC514

Text Example


Text Example

White with #2BC514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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