Html Css Color HEX #2BC014 Lime Green

📋 copy color: '#2BC014'

red 43 ◦ green 192 ◦ blue 20

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

Shades of Lime Green #2BC014

Tints of Lime Green #2BC014

RGB

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

 GREEN value IS 192 (75.39% from 255) = 75.29%

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

R = 16.86%
G = 75.29%
B = 7.84%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#2BC014 (or 0x2BC014) is known color: Lime Green. HEX triplet: 2B, C0 and 14. RGB value is (43,192,20). Sum of RGB (Red+Green+Blue) = 43+192+20=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 192 (75.39% from 255 or 75.29% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC014 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC014 is #D43FEB. Grayscale: #808080. Windows color (decimal): -13909996 or 1359915. OLE color: 1359915.

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

Color convert

RGB 43 192 20 -
CMYK 0.78 0 0.90 0.25
HSL 111.98º 0.81% 0.42% -
HSV(B) 111.98º 0.9% 0.75% -
XYZ 19.97 38.26 6.99 -
YUV 127.84 67.14 67.49 -
System Red Green Blue C M Y K H S L
Decimal 43 192 20 0.78 0 0.90 0.25 111.98 0.81 0.42
Hex 2B C0 14 4E 0 5A 19 70 51 2A
Octal 53 300 24 116 0 132 31 160 121 52
Binary 101011 11000000 10100 1001110 0 1011010 11001 1110000 1010001 101010

Color Harmonies of #2BC014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC014

Black with #2BC014

Text Example


Text Example

White with #2BC014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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